Shades of Dodger Blue #058DEC
Tints of Dodger Blue #058DEC
RGB
CMYK
RGB Variations
Color information
#058DEC (or 0x058DEC) is known color: Dodger Blue. HEX triplet: 05, 8D and EC. RGB value is (5,141,236). Sum of RGB (Red+Green+Blue) = 5+141+236=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #058DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058DEC is #FA7213. Grayscale: #6E6E6E. Windows color (decimal): -16413204 or 15502597. OLE color: 15502597.
HSL color Cylindrical-coordinate representation of color #058DEC: hue angle of 204.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DEC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 141 | 236 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.07 |
| HSL | 204.68º | 0.96% | 0.47% | - |
| HSV(B) | 204.68º | 0.98% | 0.93% | - |
| XYZ | 24.73 | 25.14 | 82.91 | - |
| YUV | 111.17 | 198.44 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 236 | 0.98 | 0.40 | 0 | 0.07 | 204.68 | 0.96 | 0.47 |
| Hex | 5 | 8D | EC | 62 | 28 | 0 | 7 | CD | 60 | 2F |
| Octal | 5 | 215 | 354 | 142 | 50 | 0 | 7 | 315 | 140 | 57 |
| Binary | 101 | 10001101 | 11101100 | 1100010 | 101000 | 0 | 111 | 11001101 | 1100000 | 101111 |
Color Harmonies of #058DEC
Complementary color
Monochromatic Colors of #058DEC
Black with #058DEC
Text Example
Text Example
White with #058DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DEC; }
p { color: rgb(5,141,236); }
H1.HeaderClassName
{
color: #058DEC;
}
.AnyTagClassName
{
color: #058DEC;
}
</style>
background-color css
<style>
a { background-color: #058DEC; }
a { background-color: rgb(5,141,236); }
div.DivClassName
{
background-color: #058DEC;
}
.BgClassName
{
background-color: #058DEC;
}
</style>
border-color css
<style>
span { border-color: #058DEC; }
span { border-color: rgb(5,141,236); }
td.TdClassName
{
border-color: #058DEC;
}
.TagClassName
{
border-color: #058DEC;
}
</style>