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