Shades of Dodger Blue #057EEA
Tints of Dodger Blue #057EEA
RGB
CMYK
RGB Variations
Color information
#057EEA (or 0x057EEA) is known color: Dodger Blue. HEX triplet: 05, 7E and EA. RGB value is (5,126,234). Sum of RGB (Red+Green+Blue) = 5+126+234=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #057EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EEA is #FA8115. Grayscale: #656565. Windows color (decimal): -16417046 or 15367685. OLE color: 15367685.
HSL color Cylindrical-coordinate representation of color #057EEA: hue angle of 208.3º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EEA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 126 | 234 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.08 |
| HSL | 208.3º | 0.96% | 0.47% | - |
| HSV(B) | 208.3º | 0.98% | 0.92% | - |
| XYZ | 22.37 | 20.89 | 80.7 | - |
| YUV | 102.13 | 202.41 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 234 | 0.98 | 0.46 | 0 | 0.08 | 208.3 | 0.96 | 0.47 |
| Hex | 5 | 7E | EA | 62 | 2E | 0 | 8 | D0 | 60 | 2F |
| Octal | 5 | 176 | 352 | 142 | 56 | 0 | 10 | 320 | 140 | 57 |
| Binary | 101 | 1111110 | 11101010 | 1100010 | 101110 | 0 | 1000 | 11010000 | 1100000 | 101111 |
Color Harmonies of #057EEA
Complementary color
Monochromatic Colors of #057EEA
Black with #057EEA
Text Example
Text Example
White with #057EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EEA; }
p { color: rgb(5,126,234); }
H1.HeaderClassName
{
color: #057EEA;
}
.AnyTagClassName
{
color: #057EEA;
}
</style>
background-color css
<style>
a { background-color: #057EEA; }
a { background-color: rgb(5,126,234); }
div.DivClassName
{
background-color: #057EEA;
}
.BgClassName
{
background-color: #057EEA;
}
</style>
border-color css
<style>
span { border-color: #057EEA; }
span { border-color: rgb(5,126,234); }
td.TdClassName
{
border-color: #057EEA;
}
.TagClassName
{
border-color: #057EEA;
}
</style>