Shades of Dodger Blue #057EF8
Tints of Dodger Blue #057EF8
RGB
CMYK
RGB Variations
Color information
#057EF8 (or 0x057EF8) is known color: Dodger Blue. HEX triplet: 05, 7E and F8. RGB value is (5,126,248). Sum of RGB (Red+Green+Blue) = 5+126+248=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #057EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EF8 is #FA8107. Grayscale: #676767. Windows color (decimal): -16417032 or 16285189. OLE color: 16285189.
HSL color Cylindrical-coordinate representation of color #057EF8: hue angle of 210.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EF8 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 126 | 248 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.03 |
| HSL | 210.12º | 0.96% | 0.5% | - |
| HSV(B) | 210.12º | 0.98% | 0.97% | - |
| XYZ | 24.47 | 21.73 | 91.71 | - |
| YUV | 103.73 | 209.41 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 248 | 0.98 | 0.49 | 0 | 0.03 | 210.12 | 0.96 | 0.5 |
| Hex | 5 | 7E | F8 | 62 | 31 | 0 | 3 | D2 | 60 | 32 |
| Octal | 5 | 176 | 370 | 142 | 61 | 0 | 3 | 322 | 140 | 62 |
| Binary | 101 | 1111110 | 11111000 | 1100010 | 110001 | 0 | 11 | 11010010 | 1100000 | 110010 |
Color Harmonies of #057EF8
Complementary color
Monochromatic Colors of #057EF8
Black with #057EF8
Text Example
Text Example
White with #057EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EF8; }
p { color: rgb(5,126,248); }
H1.HeaderClassName
{
color: #057EF8;
}
.AnyTagClassName
{
color: #057EF8;
}
</style>
background-color css
<style>
a { background-color: #057EF8; }
a { background-color: rgb(5,126,248); }
div.DivClassName
{
background-color: #057EF8;
}
.BgClassName
{
background-color: #057EF8;
}
</style>
border-color css
<style>
span { border-color: #057EF8; }
span { border-color: rgb(5,126,248); }
td.TdClassName
{
border-color: #057EF8;
}
.TagClassName
{
border-color: #057EF8;
}
</style>