Hex | 1f71c6 |
RGB | 31 , 113 , 198 |
RGB % | 9.1, 33.0, 57.9 |
HSL | 210.5, 72.9, 44.9 |
HSV | 210.5, 84.3, 77.6 |
CMYK | 215.1,109.5,0,57 |
XYZ | 0.167, 0.162, 0.557 |
xyY | 0.188, 0.183, 0.162 |
CIE-LAB | 0.472, 0.074, -0.509 |
CIE-LUV | 0.472, -0.255, -0.778 |
CIE-HCL | 278.245, 0.515, 0.472 |
Binary | 00011111,01110001,11000110 |
#1f71c6 HTML/CSS Color Name is Denim / DodgerBlue3 / Blue.
In a RGB color space, #1f71c6 color RGB value is (Red:31,Green:113,Blue:198). it is composed of 9.1% red, 33.0% green and 57.9% blue. The process color (four color CMYK) of #1f71c6 color hex is 215.1,109.5,0,57. HSL of color #1f71c6 hue: 210.5 , saturation: 72.9 and the lightness value of 1f71c6 is 44.9. Mainly color is Blue. Reverse color is: #e08e39.
The color codes conversion takes 1.337596 milliseconds.
.bgcolor {background-color:#1f71c6; .textcolor {color:#1f71c6; } .bordercolor {border:3px solid #1f71c6; }
<p style="color:#1f71c6">Text here</p>
<p style="background-color:#1f71c6;">Content here</p>
<div style="border:1px solid #1f71c6;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #1f71c6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1f71c6; -webkit-box-shadow: 1px 1px 3px 2px #1f71c6; box-shadow: 1px 1px 3px 2px #1f71c6; }
<p style="text-shadow: 4px 4px 2px #1f71c6">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #1f71c6; -webkit-box-shadow: 1px 1px 3px 2px #1f71c6; box-shadow: 1px 1px 3px 2px #1f71c6;">
Content here</div>