Shades of Dodger Blue #057DFF
Tints of Dodger Blue #057DFF
RGB
CMYK
RGB Variations
Color information
#057DFF (or 0x057DFF) is known color: Dodger Blue. HEX triplet: 05, 7D and FF. RGB value is (5,125,255). Sum of RGB (Red+Green+Blue) = 5+125+255=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #057DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DFF is #FA8200. Grayscale: #676767. Windows color (decimal): -16417281 or 16743685. OLE color: 16743685.
HSL color Cylindrical-coordinate representation of color #057DFF: hue angle of 211.2º 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 #057DFF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 125 | 255 | - |
| CMYK | 0.98 | 0.51 | 0 | 0 |
| HSL | 211.2º | 1% | 0.51% | - |
| HSV(B) | 211.2º | 0.98% | 1% | - |
| XYZ | 25.45 | 21.92 | 97.5 | - |
| YUV | 103.94 | 213.24 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 255 | 0.98 | 0.51 | 0 | 0 | 211.2 | 1 | 0.51 |
| Hex | 5 | 7D | FF | 62 | 33 | 0 | 0 | D3 | 64 | 33 |
| Octal | 5 | 175 | 377 | 142 | 63 | 0 | 0 | 323 | 144 | 63 |
| Binary | 101 | 1111101 | 11111111 | 1100010 | 110011 | 0 | 0 | 11010011 | 1100100 | 110011 |
Color Harmonies of #057DFF
Complementary color
Monochromatic Colors of #057DFF
Black with #057DFF
Text Example
Text Example
White with #057DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DFF; }
p { color: rgb(5,125,255); }
H1.HeaderClassName
{
color: #057DFF;
}
.AnyTagClassName
{
color: #057DFF;
}
</style>
background-color css
<style>
a { background-color: #057DFF; }
a { background-color: rgb(5,125,255); }
div.DivClassName
{
background-color: #057DFF;
}
.BgClassName
{
background-color: #057DFF;
}
</style>
border-color css
<style>
span { border-color: #057DFF; }
span { border-color: rgb(5,125,255); }
td.TdClassName
{
border-color: #057DFF;
}
.TagClassName
{
border-color: #057DFF;
}
</style>