Shades of Dodger Blue #0570FF
Tints of Dodger Blue #0570FF
RGB
CMYK
RGB Variations
Color information
#0570FF (or 0x0570FF) is known color: Dodger Blue. HEX triplet: 05, 70 and FF. RGB value is (5,112,255). Sum of RGB (Red+Green+Blue) = 5+112+255=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #0570FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570FF is #FA8F00. Grayscale: #5F5F5F. Windows color (decimal): -16420609 or 16740357. OLE color: 16740357.
HSL color Cylindrical-coordinate representation of color #0570FF: hue angle of 214.32º 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 #0570FF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 112 | 255 | - |
| CMYK | 0.98 | 0.56 | 0 | 0 |
| HSL | 214.32º | 1% | 0.51% | - |
| HSV(B) | 214.32º | 0.98% | 1% | - |
| XYZ | 23.91 | 18.84 | 96.98 | - |
| YUV | 96.31 | 217.55 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 255 | 0.98 | 0.56 | 0 | 0 | 214.32 | 1 | 0.51 |
| Hex | 5 | 70 | FF | 62 | 38 | 0 | 0 | D6 | 64 | 33 |
| Octal | 5 | 160 | 377 | 142 | 70 | 0 | 0 | 326 | 144 | 63 |
| Binary | 101 | 1110000 | 11111111 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100100 | 110011 |
Color Harmonies of #0570FF
Complementary color
Monochromatic Colors of #0570FF
Black with #0570FF
Text Example
Text Example
White with #0570FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570FF; }
p { color: rgb(5,112,255); }
H1.HeaderClassName
{
color: #0570FF;
}
.AnyTagClassName
{
color: #0570FF;
}
</style>
background-color css
<style>
a { background-color: #0570FF; }
a { background-color: rgb(5,112,255); }
div.DivClassName
{
background-color: #0570FF;
}
.BgClassName
{
background-color: #0570FF;
}
</style>
border-color css
<style>
span { border-color: #0570FF; }
span { border-color: rgb(5,112,255); }
td.TdClassName
{
border-color: #0570FF;
}
.TagClassName
{
border-color: #0570FF;
}
</style>