Shades of Dodger Blue #059FEE
Tints of Dodger Blue #059FEE
RGB
CMYK
RGB Variations
Color information
#059FEE (or 0x059FEE) is known color: Dodger Blue. HEX triplet: 05, 9F and EE. RGB value is (5,159,238). Sum of RGB (Red+Green+Blue) = 5+159+238=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #059FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FEE is #FA6011. Grayscale: #797979. Windows color (decimal): -16408594 or 15638277. OLE color: 15638277.
HSL color Cylindrical-coordinate representation of color #059FEE: hue angle of 200.34º 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 #059FEE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 159 | 238 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.07 |
| HSL | 200.34º | 0.96% | 0.48% | - |
| HSV(B) | 200.34º | 0.98% | 0.93% | - |
| XYZ | 27.89 | 31 | 85.4 | - |
| YUV | 121.96 | 193.48 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 238 | 0.98 | 0.33 | 0 | 0.07 | 200.34 | 0.96 | 0.48 |
| Hex | 5 | 9F | EE | 62 | 21 | 0 | 7 | C8 | 60 | 30 |
| Octal | 5 | 237 | 356 | 142 | 41 | 0 | 7 | 310 | 140 | 60 |
| Binary | 101 | 10011111 | 11101110 | 1100010 | 100001 | 0 | 111 | 11001000 | 1100000 | 110000 |
Color Harmonies of #059FEE
Complementary color
Monochromatic Colors of #059FEE
Black with #059FEE
Text Example
Text Example
White with #059FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FEE; }
p { color: rgb(5,159,238); }
H1.HeaderClassName
{
color: #059FEE;
}
.AnyTagClassName
{
color: #059FEE;
}
</style>
background-color css
<style>
a { background-color: #059FEE; }
a { background-color: rgb(5,159,238); }
div.DivClassName
{
background-color: #059FEE;
}
.BgClassName
{
background-color: #059FEE;
}
</style>
border-color css
<style>
span { border-color: #059FEE; }
span { border-color: rgb(5,159,238); }
td.TdClassName
{
border-color: #059FEE;
}
.TagClassName
{
border-color: #059FEE;
}
</style>