Shades of Dodger Blue #057DFC
Tints of Dodger Blue #057DFC
RGB
CMYK
RGB Variations
Color information
#057DFC (or 0x057DFC) is known color: Dodger Blue. HEX triplet: 05, 7D and FC. RGB value is (5,125,252). Sum of RGB (Red+Green+Blue) = 5+125+252=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #057DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DFC is #FA8203. Grayscale: #666666. Windows color (decimal): -16417284 or 16547077. OLE color: 16547077.
HSL color Cylindrical-coordinate representation of color #057DFC: hue angle of 210.85º 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 #057DFC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 125 | 252 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.01 |
| HSL | 210.85º | 0.98% | 0.5% | - |
| HSV(B) | 210.85º | 0.98% | 0.99% | - |
| XYZ | 24.97 | 21.73 | 94.97 | - |
| YUV | 103.6 | 211.74 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 252 | 0.98 | 0.50 | 0 | 0.01 | 210.85 | 0.98 | 0.5 |
| Hex | 5 | 7D | FC | 62 | 32 | 0 | 1 | D3 | 62 | 32 |
| Octal | 5 | 175 | 374 | 142 | 62 | 0 | 1 | 323 | 142 | 62 |
| Binary | 101 | 1111101 | 11111100 | 1100010 | 110010 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #057DFC
Complementary color
Monochromatic Colors of #057DFC
Black with #057DFC
Text Example
Text Example
White with #057DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DFC; }
p { color: rgb(5,125,252); }
H1.HeaderClassName
{
color: #057DFC;
}
.AnyTagClassName
{
color: #057DFC;
}
</style>
background-color css
<style>
a { background-color: #057DFC; }
a { background-color: rgb(5,125,252); }
div.DivClassName
{
background-color: #057DFC;
}
.BgClassName
{
background-color: #057DFC;
}
</style>
border-color css
<style>
span { border-color: #057DFC; }
span { border-color: rgb(5,125,252); }
td.TdClassName
{
border-color: #057DFC;
}
.TagClassName
{
border-color: #057DFC;
}
</style>