Shades of Dodger Blue #057EFC
Tints of Dodger Blue #057EFC
RGB
CMYK
RGB Variations
Color information
#057EFC (or 0x057EFC) is known color: Dodger Blue. HEX triplet: 05, 7E and FC. RGB value is (5,126,252). Sum of RGB (Red+Green+Blue) = 5+126+252=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #057EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFC is #FA8103. Grayscale: #676767. Windows color (decimal): -16417028 or 16547333. OLE color: 16547333.
HSL color Cylindrical-coordinate representation of color #057EFC: hue angle of 210.61º 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 #057EFC is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 126 | 252 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.01 |
| HSL | 210.61º | 0.98% | 0.5% | - |
| HSV(B) | 210.61º | 0.98% | 0.99% | - |
| XYZ | 25.09 | 21.98 | 95.02 | - |
| YUV | 104.19 | 211.41 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 252 | 0.98 | 0.5 | 0 | 0.01 | 210.61 | 0.98 | 0.5 |
| Hex | 5 | 7E | FC | 62 | 32 | 0 | 1 | D3 | 62 | 32 |
| Octal | 5 | 176 | 374 | 142 | 62 | 0 | 1 | 323 | 142 | 62 |
| Binary | 101 | 1111110 | 11111100 | 1100010 | 110010 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #057EFC
Complementary color
Monochromatic Colors of #057EFC
Black with #057EFC
Text Example
Text Example
White with #057EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EFC; }
p { color: rgb(5,126,252); }
H1.HeaderClassName
{
color: #057EFC;
}
.AnyTagClassName
{
color: #057EFC;
}
</style>
background-color css
<style>
a { background-color: #057EFC; }
a { background-color: rgb(5,126,252); }
div.DivClassName
{
background-color: #057EFC;
}
.BgClassName
{
background-color: #057EFC;
}
</style>
border-color css
<style>
span { border-color: #057EFC; }
span { border-color: rgb(5,126,252); }
td.TdClassName
{
border-color: #057EFC;
}
.TagClassName
{
border-color: #057EFC;
}
</style>