Shades of Dodger Blue #0472FE
Tints of Dodger Blue #0472FE
RGB
CMYK
RGB Variations
Color information
#0472FE (or 0x0472FE) is known color: Dodger Blue. HEX triplet: 04, 72 and FE. RGB value is (4,114,254). Sum of RGB (Red+Green+Blue) = 4+114+254=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #0472FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0472FE is #FB8D01. Grayscale: #606060. Windows color (decimal): -16485634 or 16675332. OLE color: 16675332.
HSL color Cylindrical-coordinate representation of color #0472FE: hue angle of 213.6º 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 #0472FE is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 114 | 254 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.00 |
| HSL | 213.6º | 0.99% | 0.51% | - |
| HSV(B) | 213.6º | 0.98% | 1% | - |
| XYZ | 23.96 | 19.22 | 96.21 | - |
| YUV | 97.07 | 216.56 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 254 | 0.98 | 0.55 | 0 | 0.00 | 213.6 | 0.99 | 0.51 |
| Hex | 4 | 72 | FE | 62 | 37 | 0 | 0 | D6 | 63 | 33 |
| Octal | 4 | 162 | 376 | 142 | 67 | 0 | 0 | 326 | 143 | 63 |
| Binary | 100 | 1110010 | 11111110 | 1100010 | 110111 | 0 | 0 | 11010110 | 1100011 | 110011 |
Color Harmonies of #0472FE
Complementary color
Monochromatic Colors of #0472FE
Black with #0472FE
Text Example
Text Example
White with #0472FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472FE; }
p { color: rgb(4,114,254); }
H1.HeaderClassName
{
color: #0472FE;
}
.AnyTagClassName
{
color: #0472FE;
}
</style>
background-color css
<style>
a { background-color: #0472FE; }
a { background-color: rgb(4,114,254); }
div.DivClassName
{
background-color: #0472FE;
}
.BgClassName
{
background-color: #0472FE;
}
</style>
border-color css
<style>
span { border-color: #0472FE; }
span { border-color: rgb(4,114,254); }
td.TdClassName
{
border-color: #0472FE;
}
.TagClassName
{
border-color: #0472FE;
}
</style>