Color spaces of #021fcd
RGB | 2 | 31 | 205 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.41 |
HSV | 231° | 99° | 80° |
CMYK | 0.99 | 0.85 | 0.00 0.20 |
XYZ | 11.5345 | 5.4007 | 58.1921 |
Yxy | 5.4007 | 0.1535 | 0.0719 |
Hunter Lab | 23.2394 | 47.9266 | -132.1962 |
CIE-Lab | 27.8471 | 58.5502 | -86.7063 |
#021fcd color RGB value is (2,31,205).
#021fcd hex color red value is 2, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #021fcd hue: 0.64 , saturation: 0.98 and the lightness value of 021fcd is 0.41.
The process color (four color CMYK) of #021fcd color hex is 0.99, 0.85, 0.00, 0.20. Web safe color of #021fcd is #0033cc. Color #021fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 00011111 | 11001101 |
Octal | 2 | 37 | 315 |
Decimal | 2 | 31 | 205 |
Hex | 2 | 1F | CD |
Shades of #021fcd
Tints of #021fcd
RGB Percentages of Color #021fcd
CMYK Percentages of Color #021fcd
Complementary Color
#021fcd | #cdb002 |
#021fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#021fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#021fcd Color CSS Codes
.mybgcolor {background-color:#021fcd; } .myforecolor {color:#021fcd; } .mybordercolor {border:3px solid #021fcd; }
#021fcd Text Font Color
<p style="color:#021fcd">Text here</p>
This sample text font color is #021fcd
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.
#021fcd Background Color
<div style="background-color:#021fcd">
Div content here</div>
This div background color is #021fcd
#021fcd Border Color
<div style="border:3px solid #021fcd">
Div here</div>
This div border color is #021fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,31,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #021fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #021fcd; -webkit-box-shadow: 1px 1px 3px 2px #021fcd; box-shadow: 1px 1px 3px 2px #021fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,31,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #021fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #021fcd; -webkit-box-shadow: 1px 1px 3px 2px #021fcd; box-shadow: 1px 1px 3px 2px #021fcd;">
Div content here</div>
This div box has shadow with color #021fcd
Comments
No comments written yet.
Please login to write comment.