Shades of Dodger Blue #058EEF
Tints of Dodger Blue #058EEF
RGB
CMYK
RGB Variations
Color information
#058EEF (or 0x058EEF) is known color: Dodger Blue. HEX triplet: 05, 8E and EF. RGB value is (5,142,239). Sum of RGB (Red+Green+Blue) = 5+142+239=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #058EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058EEF is #FA7110. Grayscale: #6F6F6F. Windows color (decimal): -16412945 or 15699461. OLE color: 15699461.
HSL color Cylindrical-coordinate representation of color #058EEF: hue angle of 204.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EEF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 142 | 239 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.06 |
| HSL | 204.87º | 0.96% | 0.48% | - |
| HSV(B) | 204.87º | 0.98% | 0.94% | - |
| XYZ | 25.32 | 25.61 | 85.27 | - |
| YUV | 112.1 | 199.61 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 239 | 0.98 | 0.41 | 0 | 0.06 | 204.87 | 0.96 | 0.48 |
| Hex | 5 | 8E | EF | 62 | 29 | 0 | 6 | CD | 60 | 30 |
| Octal | 5 | 216 | 357 | 142 | 51 | 0 | 6 | 315 | 140 | 60 |
| Binary | 101 | 10001110 | 11101111 | 1100010 | 101001 | 0 | 110 | 11001101 | 1100000 | 110000 |
Color Harmonies of #058EEF
Complementary color
Monochromatic Colors of #058EEF
Black with #058EEF
Text Example
Text Example
White with #058EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EEF; }
p { color: rgb(5,142,239); }
H1.HeaderClassName
{
color: #058EEF;
}
.AnyTagClassName
{
color: #058EEF;
}
</style>
background-color css
<style>
a { background-color: #058EEF; }
a { background-color: rgb(5,142,239); }
div.DivClassName
{
background-color: #058EEF;
}
.BgClassName
{
background-color: #058EEF;
}
</style>
border-color css
<style>
span { border-color: #058EEF; }
span { border-color: rgb(5,142,239); }
td.TdClassName
{
border-color: #058EEF;
}
.TagClassName
{
border-color: #058EEF;
}
</style>