Shades of Dodger Blue #0470FF
Tints of Dodger Blue #0470FF
RGB
CMYK
RGB Variations
Color information
#0470FF (or 0x0470FF) is known color: Dodger Blue. HEX triplet: 04, 70 and FF. RGB value is (4,112,255). Sum of RGB (Red+Green+Blue) = 4+112+255=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #0470FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470FF is #FB8F00. Grayscale: #5F5F5F. Windows color (decimal): -16486145 or 16740356. OLE color: 16740356.
HSL color Cylindrical-coordinate representation of color #0470FF: hue angle of 214.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470FF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 112 | 255 | - |
| CMYK | 0.98 | 0.56 | 0 | 0 |
| HSL | 214.18º | 1% | 0.51% | - |
| HSV(B) | 214.18º | 0.98% | 1% | - |
| XYZ | 23.89 | 18.83 | 96.98 | - |
| YUV | 96.01 | 217.72 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 255 | 0.98 | 0.56 | 0 | 0 | 214.18 | 1 | 0.51 |
| Hex | 4 | 70 | FF | 62 | 38 | 0 | 0 | D6 | 64 | 33 |
| Octal | 4 | 160 | 377 | 142 | 70 | 0 | 0 | 326 | 144 | 63 |
| Binary | 100 | 1110000 | 11111111 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100100 | 110011 |
Color Harmonies of #0470FF
Complementary color
Monochromatic Colors of #0470FF
Black with #0470FF
Text Example
Text Example
White with #0470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470FF; }
p { color: rgb(4,112,255); }
H1.HeaderClassName
{
color: #0470FF;
}
.AnyTagClassName
{
color: #0470FF;
}
</style>
background-color css
<style>
a { background-color: #0470FF; }
a { background-color: rgb(4,112,255); }
div.DivClassName
{
background-color: #0470FF;
}
.BgClassName
{
background-color: #0470FF;
}
</style>
border-color css
<style>
span { border-color: #0470FF; }
span { border-color: rgb(4,112,255); }
td.TdClassName
{
border-color: #0470FF;
}
.TagClassName
{
border-color: #0470FF;
}
</style>