Shades of Dodger Blue #057EFD
Tints of Dodger Blue #057EFD
RGB
CMYK
RGB Variations
Color information
#057EFD (or 0x057EFD) is known color: Dodger Blue. HEX triplet: 05, 7E and FD. RGB value is (5,126,253). Sum of RGB (Red+Green+Blue) = 5+126+253=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #057EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFD is #FA8102. Grayscale: #676767. Windows color (decimal): -16417027 or 16612869. OLE color: 16612869.
HSL color Cylindrical-coordinate representation of color #057EFD: hue angle of 210.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EFD is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 126 | 253 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.01 |
| HSL | 210.73º | 0.98% | 0.51% | - |
| HSV(B) | 210.73º | 0.98% | 0.99% | - |
| XYZ | 25.25 | 22.05 | 95.85 | - |
| YUV | 104.3 | 211.91 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 253 | 0.98 | 0.50 | 0 | 0.01 | 210.73 | 0.98 | 0.51 |
| Hex | 5 | 7E | FD | 62 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 5 | 176 | 375 | 142 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 101 | 1111110 | 11111101 | 1100010 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #057EFD
Complementary color
Monochromatic Colors of #057EFD
Black with #057EFD
Text Example
Text Example
White with #057EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EFD; }
p { color: rgb(5,126,253); }
H1.HeaderClassName
{
color: #057EFD;
}
.AnyTagClassName
{
color: #057EFD;
}
</style>
background-color css
<style>
a { background-color: #057EFD; }
a { background-color: rgb(5,126,253); }
div.DivClassName
{
background-color: #057EFD;
}
.BgClassName
{
background-color: #057EFD;
}
</style>
border-color css
<style>
span { border-color: #057EFD; }
span { border-color: rgb(5,126,253); }
td.TdClassName
{
border-color: #057EFD;
}
.TagClassName
{
border-color: #057EFD;
}
</style>