Shades of Dodger Blue #059DEE
Tints of Dodger Blue #059DEE
RGB
CMYK
RGB Variations
Color information
#059DEE (or 0x059DEE) is known color: Dodger Blue. HEX triplet: 05, 9D and EE. RGB value is (5,157,238). Sum of RGB (Red+Green+Blue) = 5+157+238=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #059DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DEE is #FA6211. Grayscale: #787878. Windows color (decimal): -16409106 or 15637765. OLE color: 15637765.
HSL color Cylindrical-coordinate representation of color #059DEE: hue angle of 200.86º 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 #059DEE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 157 | 238 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.07 |
| HSL | 200.86º | 0.96% | 0.48% | - |
| HSV(B) | 200.86º | 0.98% | 0.93% | - |
| XYZ | 27.55 | 30.32 | 85.29 | - |
| YUV | 120.79 | 194.14 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 238 | 0.98 | 0.34 | 0 | 0.07 | 200.86 | 0.96 | 0.48 |
| Hex | 5 | 9D | EE | 62 | 22 | 0 | 7 | C9 | 60 | 30 |
| Octal | 5 | 235 | 356 | 142 | 42 | 0 | 7 | 311 | 140 | 60 |
| Binary | 101 | 10011101 | 11101110 | 1100010 | 100010 | 0 | 111 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059DEE
Complementary color
Monochromatic Colors of #059DEE
Black with #059DEE
Text Example
Text Example
White with #059DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DEE; }
p { color: rgb(5,157,238); }
H1.HeaderClassName
{
color: #059DEE;
}
.AnyTagClassName
{
color: #059DEE;
}
</style>
background-color css
<style>
a { background-color: #059DEE; }
a { background-color: rgb(5,157,238); }
div.DivClassName
{
background-color: #059DEE;
}
.BgClassName
{
background-color: #059DEE;
}
</style>
border-color css
<style>
span { border-color: #059DEE; }
span { border-color: rgb(5,157,238); }
td.TdClassName
{
border-color: #059DEE;
}
.TagClassName
{
border-color: #059DEE;
}
</style>