Color spaces of #023bcf
RGB | 2 | 59 | 207 |
---|---|---|---|
HSL | 0.62 | 0.98 | 0.41 |
HSV | 223° | 99° | 81° |
CMYK | 0.99 | 0.71 | 0.00 0.19 |
XYZ | 12.8515 | 7.6458 | 59.8299 |
Yxy | 7.6458 | 0.1600 | 0.0952 |
Hunter Lab | 27.6510 | 34.5729 | -108.9329 |
CIE-Lab | 33.2341 | 44.4149 | -78.9271 |
#023bcf color RGB value is (2,59,207).
#023bcf hex color red value is 2, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #023bcf hue: 0.62 , saturation: 0.98 and the lightness value of 023bcf is 0.41.
The process color (four color CMYK) of #023bcf color hex is 0.99, 0.71, 0.00, 0.19. Web safe color of #023bcf is #0033cc. Color #023bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 00111011 | 11001111 |
Octal | 2 | 73 | 317 |
Decimal | 2 | 59 | 207 |
Hex | 2 | 3B | CF |
Shades of #023bcf
Tints of #023bcf
RGB Percentages of Color #023bcf
CMYK Percentages of Color #023bcf
Complementary Color
#023bcf | #cf9602 |
#023bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#023bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#023bcf Color CSS Codes
.mybgcolor {background-color:#023bcf; } .myforecolor {color:#023bcf; } .mybordercolor {border:3px solid #023bcf; }
#023bcf Text Font Color
<p style="color:#023bcf">Text here</p>
This sample text font color is #023bcf
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.
#023bcf Background Color
<div style="background-color:#023bcf">
Div content here</div>
This div background color is #023bcf
#023bcf Border Color
<div style="border:3px solid #023bcf">
Div here</div>
This div border color is #023bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,59,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #023bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #023bcf; -webkit-box-shadow: 1px 1px 3px 2px #023bcf; box-shadow: 1px 1px 3px 2px #023bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,59,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 #023bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #023bcf; -webkit-box-shadow: 1px 1px 3px 2px #023bcf; box-shadow: 1px 1px 3px 2px #023bcf;">
Div content here</div>
This div box has shadow with color #023bcf
Comments
No comments written yet.
Please login to write comment.