Shades of Dodger Blue #0586EE
Tints of Dodger Blue #0586EE
RGB
CMYK
RGB Variations
Color information
#0586EE (or 0x0586EE) is known color: Dodger Blue. HEX triplet: 05, 86 and EE. RGB value is (5,134,238). Sum of RGB (Red+Green+Blue) = 5+134+238=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #0586EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0586EE is #FA7911. Grayscale: #6A6A6A. Windows color (decimal): -16414994 or 15631877. OLE color: 15631877.
HSL color Cylindrical-coordinate representation of color #0586EE: hue angle of 206.78º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0586EE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 134 | 238 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.07 |
| HSL | 206.78º | 0.96% | 0.48% | - |
| HSV(B) | 206.78º | 0.98% | 0.93% | - |
| XYZ | 24.02 | 23.26 | 84.11 | - |
| YUV | 107.29 | 201.76 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 238 | 0.98 | 0.44 | 0 | 0.07 | 206.78 | 0.96 | 0.48 |
| Hex | 5 | 86 | EE | 62 | 2C | 0 | 7 | CF | 60 | 30 |
| Octal | 5 | 206 | 356 | 142 | 54 | 0 | 7 | 317 | 140 | 60 |
| Binary | 101 | 10000110 | 11101110 | 1100010 | 101100 | 0 | 111 | 11001111 | 1100000 | 110000 |
Color Harmonies of #0586EE
Complementary color
Monochromatic Colors of #0586EE
Black with #0586EE
Text Example
Text Example
White with #0586EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0586EE; }
p { color: rgb(5,134,238); }
H1.HeaderClassName
{
color: #0586EE;
}
.AnyTagClassName
{
color: #0586EE;
}
</style>
background-color css
<style>
a { background-color: #0586EE; }
a { background-color: rgb(5,134,238); }
div.DivClassName
{
background-color: #0586EE;
}
.BgClassName
{
background-color: #0586EE;
}
</style>
border-color css
<style>
span { border-color: #0586EE; }
span { border-color: rgb(5,134,238); }
td.TdClassName
{
border-color: #0586EE;
}
.TagClassName
{
border-color: #0586EE;
}
</style>