Color spaces of #0240dc
RGB | 2 | 64 | 220 |
---|---|---|---|
HSL | 0.62 | 0.98 | 0.44 |
HSV | 223° | 99° | 86° |
CMYK | 0.99 | 0.71 | 0.00 0.14 |
XYZ | 14.7767 | 8.8470 | 68.6390 |
Yxy | 8.8470 | 0.1602 | 0.0959 |
Hunter Lab | 29.7439 | 36.6265 | -116.0008 |
CIE-Lab | 35.6880 | 46.0607 | -82.3707 |
#0240dc color RGB value is (2,64,220).
#0240dc hex color red value is 2, green value is 64 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0240dc hue: 0.62 , saturation: 0.98 and the lightness value of 0240dc is 0.44.
The process color (four color CMYK) of #0240dc color hex is 0.99, 0.71, 0.00, 0.14. Web safe color of #0240dc is #0033cc. Color #0240dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01000000 | 11011100 |
Octal | 2 | 100 | 334 |
Decimal | 2 | 64 | 220 |
Hex | 2 | 40 | DC |
Shades of #0240dc
Tints of #0240dc
RGB Percentages of Color #0240dc
CMYK Percentages of Color #0240dc
Complementary Color
#0240dc | #dc9e02 |
#0240dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0240dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0240dc Color CSS Codes
.mybgcolor {background-color:#0240dc; } .myforecolor {color:#0240dc; } .mybordercolor {border:3px solid #0240dc; }
#0240dc Text Font Color
<p style="color:#0240dc">Text here</p>
This sample text font color is #0240dc
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.
#0240dc Background Color
<div style="background-color:#0240dc">
Div content here</div>
This div background color is #0240dc
#0240dc Border Color
<div style="border:3px solid #0240dc">
Div here</div>
This div border color is #0240dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,64,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0240dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0240dc; -webkit-box-shadow: 1px 1px 3px 2px #0240dc; box-shadow: 1px 1px 3px 2px #0240dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,64,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0240dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0240dc; -webkit-box-shadow: 1px 1px 3px 2px #0240dc; box-shadow: 1px 1px 3px 2px #0240dc;">
Div content here</div>
This div box has shadow with color #0240dc
Comments
No comments written yet.
Please login to write comment.