Color spaces of #037dcf
RGB | 3 | 125 | 207 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.41 |
HSV | 204° | 99° | 81° |
CMYK | 0.99 | 0.40 | 0.00 0.19 |
XYZ | 18.6337 | 19.1916 | 61.7537 |
Yxy | 19.1916 | 0.1871 | 0.1927 |
Hunter Lab | 43.8082 | -0.7399 | -52.9116 |
CIE-Lab | 50.9106 | 2.0548 | -50.1875 |
#037dcf color RGB value is (3,125,207).
#037dcf hex color red value is 3, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #037dcf hue: 0.57 , saturation: 0.97 and the lightness value of 037dcf is 0.41.
The process color (four color CMYK) of #037dcf color hex is 0.99, 0.40, 0.00, 0.19. Web safe color of #037dcf is #0066cc. Color #037dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 01111101 | 11001111 |
Octal | 3 | 175 | 317 |
Decimal | 3 | 125 | 207 |
Hex | 3 | 7D | CF |
Shades of #037dcf
Tints of #037dcf
RGB Percentages of Color #037dcf
CMYK Percentages of Color #037dcf
Complementary Color
#037dcf | #cf5503 |
#037dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#037dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#037dcf Color CSS Codes
.mybgcolor {background-color:#037dcf; } .myforecolor {color:#037dcf; } .mybordercolor {border:3px solid #037dcf; }
#037dcf Text Font Color
<p style="color:#037dcf">Text here</p>
This sample text font color is #037dcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#037dcf Background Color
<div style="background-color:#037dcf">
Div content here</div>
This div background color is #037dcf
#037dcf Border Color
<div style="border:3px solid #037dcf">
Div here</div>
This div border color is #037dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,125,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #037dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #037dcf; -webkit-box-shadow: 1px 1px 3px 2px #037dcf; box-shadow: 1px 1px 3px 2px #037dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,125,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #037dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #037dcf; -webkit-box-shadow: 1px 1px 3px 2px #037dcf; box-shadow: 1px 1px 3px 2px #037dcf;">
Div content here</div>
This div box has shadow with color #037dcf
Comments
No comments written yet.
Please login to write comment.