Shades of Dodger Blue #0570FC
Tints of Dodger Blue #0570FC
RGB
CMYK
RGB Variations
Color information
#0570FC (or 0x0570FC) is known color: Dodger Blue. HEX triplet: 05, 70 and FC. RGB value is (5,112,252). Sum of RGB (Red+Green+Blue) = 5+112+252=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #0570FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570FC is #FA8F03. Grayscale: #5F5F5F. Windows color (decimal): -16420612 or 16543749. OLE color: 16543749.
HSL color Cylindrical-coordinate representation of color #0570FC: hue angle of 214.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0570FC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 112 | 252 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.01 |
| HSL | 214.01º | 0.98% | 0.5% | - |
| HSV(B) | 214.01º | 0.98% | 0.99% | - |
| XYZ | 23.43 | 18.65 | 94.46 | - |
| YUV | 95.97 | 216.05 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 252 | 0.98 | 0.56 | 0 | 0.01 | 214.01 | 0.98 | 0.5 |
| Hex | 5 | 70 | FC | 62 | 38 | 0 | 1 | D6 | 62 | 32 |
| Octal | 5 | 160 | 374 | 142 | 70 | 0 | 1 | 326 | 142 | 62 |
| Binary | 101 | 1110000 | 11111100 | 1100010 | 111000 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #0570FC
Complementary color
Monochromatic Colors of #0570FC
Black with #0570FC
Text Example
Text Example
White with #0570FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570FC; }
p { color: rgb(5,112,252); }
H1.HeaderClassName
{
color: #0570FC;
}
.AnyTagClassName
{
color: #0570FC;
}
</style>
background-color css
<style>
a { background-color: #0570FC; }
a { background-color: rgb(5,112,252); }
div.DivClassName
{
background-color: #0570FC;
}
.BgClassName
{
background-color: #0570FC;
}
</style>
border-color css
<style>
span { border-color: #0570FC; }
span { border-color: rgb(5,112,252); }
td.TdClassName
{
border-color: #0570FC;
}
.TagClassName
{
border-color: #0570FC;
}
</style>