Shades of Dodger Blue #0470FE
Tints of Dodger Blue #0470FE
RGB
CMYK
RGB Variations
Color information
#0470FE (or 0x0470FE) is known color: Dodger Blue. HEX triplet: 04, 70 and FE. RGB value is (4,112,254). Sum of RGB (Red+Green+Blue) = 4+112+254=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #0470FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470FE is #FB8F01. Grayscale: #5F5F5F. Windows color (decimal): -16486146 or 16674820. OLE color: 16674820.
HSL color Cylindrical-coordinate representation of color #0470FE: hue angle of 214.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470FE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 112 | 254 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.00 |
| HSL | 214.08º | 0.99% | 0.51% | - |
| HSV(B) | 214.08º | 0.98% | 1% | - |
| XYZ | 23.73 | 18.77 | 96.14 | - |
| YUV | 95.9 | 217.22 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 254 | 0.98 | 0.56 | 0 | 0.00 | 214.08 | 0.99 | 0.51 |
| Hex | 4 | 70 | FE | 62 | 38 | 0 | 0 | D6 | 63 | 33 |
| Octal | 4 | 160 | 376 | 142 | 70 | 0 | 0 | 326 | 143 | 63 |
| Binary | 100 | 1110000 | 11111110 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100011 | 110011 |
Color Harmonies of #0470FE
Complementary color
Monochromatic Colors of #0470FE
Black with #0470FE
Text Example
Text Example
White with #0470FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470FE; }
p { color: rgb(4,112,254); }
H1.HeaderClassName
{
color: #0470FE;
}
.AnyTagClassName
{
color: #0470FE;
}
</style>
background-color css
<style>
a { background-color: #0470FE; }
a { background-color: rgb(4,112,254); }
div.DivClassName
{
background-color: #0470FE;
}
.BgClassName
{
background-color: #0470FE;
}
</style>
border-color css
<style>
span { border-color: #0470FE; }
span { border-color: rgb(4,112,254); }
td.TdClassName
{
border-color: #0470FE;
}
.TagClassName
{
border-color: #0470FE;
}
</style>