Shades of Dodger Blue #057FEA
Tints of Dodger Blue #057FEA
RGB
CMYK
RGB Variations
Color information
#057FEA (or 0x057FEA) is known color: Dodger Blue. HEX triplet: 05, 7F and EA. RGB value is (5,127,234). Sum of RGB (Red+Green+Blue) = 5+127+234=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #057FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FEA is #FA8015. Grayscale: #666666. Windows color (decimal): -16416790 or 15367941. OLE color: 15367941.
HSL color Cylindrical-coordinate representation of color #057FEA: hue angle of 208.03º 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 #057FEA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 127 | 234 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.08 |
| HSL | 208.03º | 0.96% | 0.47% | - |
| HSV(B) | 208.03º | 0.98% | 0.92% | - |
| XYZ | 22.5 | 21.15 | 80.74 | - |
| YUV | 102.72 | 202.08 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 234 | 0.98 | 0.46 | 0 | 0.08 | 208.03 | 0.96 | 0.47 |
| Hex | 5 | 7F | EA | 62 | 2E | 0 | 8 | D0 | 60 | 2F |
| Octal | 5 | 177 | 352 | 142 | 56 | 0 | 10 | 320 | 140 | 57 |
| Binary | 101 | 1111111 | 11101010 | 1100010 | 101110 | 0 | 1000 | 11010000 | 1100000 | 101111 |
Color Harmonies of #057FEA
Complementary color
Monochromatic Colors of #057FEA
Black with #057FEA
Text Example
Text Example
White with #057FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FEA; }
p { color: rgb(5,127,234); }
H1.HeaderClassName
{
color: #057FEA;
}
.AnyTagClassName
{
color: #057FEA;
}
</style>
background-color css
<style>
a { background-color: #057FEA; }
a { background-color: rgb(5,127,234); }
div.DivClassName
{
background-color: #057FEA;
}
.BgClassName
{
background-color: #057FEA;
}
</style>
border-color css
<style>
span { border-color: #057FEA; }
span { border-color: rgb(5,127,234); }
td.TdClassName
{
border-color: #057FEA;
}
.TagClassName
{
border-color: #057FEA;
}
</style>