Shades of Dodger Blue #0571FF
Tints of Dodger Blue #0571FF
RGB
CMYK
RGB Variations
Color information
#0571FF (or 0x0571FF) is known color: Dodger Blue. HEX triplet: 05, 71 and FF. RGB value is (5,113,255). Sum of RGB (Red+Green+Blue) = 5+113+255=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 113 (44.53% from 255 or 30.29% 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 #0571FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571FF is #FA8E00. Grayscale: #606060. Windows color (decimal): -16420353 or 16740613. OLE color: 16740613.
HSL color Cylindrical-coordinate representation of color #0571FF: hue angle of 214.08º 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 #0571FF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 113 | 255 | - |
| CMYK | 0.98 | 0.56 | 0 | 0 |
| HSL | 214.08º | 1% | 0.51% | - |
| HSV(B) | 214.08º | 0.98% | 1% | - |
| XYZ | 24.02 | 19.06 | 97.02 | - |
| YUV | 96.9 | 217.22 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 255 | 0.98 | 0.56 | 0 | 0 | 214.08 | 1 | 0.51 |
| Hex | 5 | 71 | FF | 62 | 38 | 0 | 0 | D6 | 64 | 33 |
| Octal | 5 | 161 | 377 | 142 | 70 | 0 | 0 | 326 | 144 | 63 |
| Binary | 101 | 1110001 | 11111111 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100100 | 110011 |
Color Harmonies of #0571FF
Complementary color
Monochromatic Colors of #0571FF
Black with #0571FF
Text Example
Text Example
White with #0571FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571FF; }
p { color: rgb(5,113,255); }
H1.HeaderClassName
{
color: #0571FF;
}
.AnyTagClassName
{
color: #0571FF;
}
</style>
background-color css
<style>
a { background-color: #0571FF; }
a { background-color: rgb(5,113,255); }
div.DivClassName
{
background-color: #0571FF;
}
.BgClassName
{
background-color: #0571FF;
}
</style>
border-color css
<style>
span { border-color: #0571FF; }
span { border-color: rgb(5,113,255); }
td.TdClassName
{
border-color: #0571FF;
}
.TagClassName
{
border-color: #0571FF;
}
</style>