Shades of Dodger Blue #0472FF
Tints of Dodger Blue #0472FF
RGB
CMYK
RGB Variations
Color information
#0472FF (or 0x0472FF) is known color: Dodger Blue. HEX triplet: 04, 72 and FF. RGB value is (4,114,255). Sum of RGB (Red+Green+Blue) = 4+114+255=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #0472FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0472FF is #FB8D00. Grayscale: #606060. Windows color (decimal): -16485633 or 16740868. OLE color: 16740868.
HSL color Cylindrical-coordinate representation of color #0472FF: hue angle of 213.71º 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 #0472FF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 114 | 255 | - |
| CMYK | 0.98 | 0.55 | 0 | 0 |
| HSL | 213.71º | 1% | 0.51% | - |
| HSV(B) | 213.71º | 0.98% | 1% | - |
| XYZ | 24.12 | 19.28 | 97.06 | - |
| YUV | 97.18 | 217.06 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 255 | 0.98 | 0.55 | 0 | 0 | 213.71 | 1 | 0.51 |
| Hex | 4 | 72 | FF | 62 | 37 | 0 | 0 | D6 | 64 | 33 |
| Octal | 4 | 162 | 377 | 142 | 67 | 0 | 0 | 326 | 144 | 63 |
| Binary | 100 | 1110010 | 11111111 | 1100010 | 110111 | 0 | 0 | 11010110 | 1100100 | 110011 |
Color Harmonies of #0472FF
Complementary color
Monochromatic Colors of #0472FF
Black with #0472FF
Text Example
Text Example
White with #0472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472FF; }
p { color: rgb(4,114,255); }
H1.HeaderClassName
{
color: #0472FF;
}
.AnyTagClassName
{
color: #0472FF;
}
</style>
background-color css
<style>
a { background-color: #0472FF; }
a { background-color: rgb(4,114,255); }
div.DivClassName
{
background-color: #0472FF;
}
.BgClassName
{
background-color: #0472FF;
}
</style>
border-color css
<style>
span { border-color: #0472FF; }
span { border-color: rgb(4,114,255); }
td.TdClassName
{
border-color: #0472FF;
}
.TagClassName
{
border-color: #0472FF;
}
</style>