Color spaces of #0470dc
RGB | 4 | 112 | 220 |
---|---|---|---|
HSL | 0.58 | 0.96 | 0.44 |
HSV | 210° | 98° | 86° |
CMYK | 0.98 | 0.49 | 0.00 0.14 |
XYZ | 18.7625 | 16.7815 | 69.9604 |
Yxy | 16.7815 | 0.1778 | 0.1591 |
Hunter Lab | 40.9652 | 10.0657 | -72.5798 |
CIE-Lab | 47.9835 | 15.3392 | -62.2650 |
#0470dc color RGB value is (4,112,220).
#0470dc hex color red value is 4, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0470dc hue: 0.58 , saturation: 0.96 and the lightness value of 0470dc is 0.44.
The process color (four color CMYK) of #0470dc color hex is 0.98, 0.49, 0.00, 0.14. Web safe color of #0470dc is #0066cc. Color #0470dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01110000 | 11011100 |
Octal | 4 | 160 | 334 |
Decimal | 4 | 112 | 220 |
Hex | 4 | 70 | DC |
Shades of #0470dc
Tints of #0470dc
RGB Percentages of Color #0470dc
CMYK Percentages of Color #0470dc
Complementary Color
#0470dc | #dc7004 |
#0470dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0470dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0470dc Color CSS Codes
.mybgcolor {background-color:#0470dc; } .myforecolor {color:#0470dc; } .mybordercolor {border:3px solid #0470dc; }
#0470dc Text Font Color
<p style="color:#0470dc">Text here</p>
This sample text font color is #0470dc
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.
#0470dc Background Color
<div style="background-color:#0470dc">
Div content here</div>
This div background color is #0470dc
#0470dc Border Color
<div style="border:3px solid #0470dc">
Div here</div>
This div border color is #0470dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,112,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0470dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0470dc; -webkit-box-shadow: 1px 1px 3px 2px #0470dc; box-shadow: 1px 1px 3px 2px #0470dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,112,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 #0470dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0470dc; -webkit-box-shadow: 1px 1px 3px 2px #0470dc; box-shadow: 1px 1px 3px 2px #0470dc;">
Div content here</div>
This div box has shadow with color #0470dc
Comments
No comments written yet.
Please login to write comment.