Shades of Dodger Blue #059EED
Tints of Dodger Blue #059EED
RGB
CMYK
RGB Variations
Color information
#059EED (or 0x059EED) is known color: Dodger Blue. HEX triplet: 05, 9E and ED. RGB value is (5,158,237). Sum of RGB (Red+Green+Blue) = 5+158+237=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #059EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EED is #FA6112. Grayscale: #787878. Windows color (decimal): -16408851 or 15572485. OLE color: 15572485.
HSL color Cylindrical-coordinate representation of color #059EED: hue angle of 200.43º 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 #059EED is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 158 | 237 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.07 |
| HSL | 200.43º | 0.96% | 0.47% | - |
| HSV(B) | 200.43º | 0.98% | 0.93% | - |
| XYZ | 27.58 | 30.6 | 84.57 | - |
| YUV | 121.26 | 193.31 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 237 | 0.98 | 0.33 | 0 | 0.07 | 200.43 | 0.96 | 0.47 |
| Hex | 5 | 9E | ED | 62 | 21 | 0 | 7 | C8 | 60 | 2F |
| Octal | 5 | 236 | 355 | 142 | 41 | 0 | 7 | 310 | 140 | 57 |
| Binary | 101 | 10011110 | 11101101 | 1100010 | 100001 | 0 | 111 | 11001000 | 1100000 | 101111 |
Color Harmonies of #059EED
Complementary color
Monochromatic Colors of #059EED
Black with #059EED
Text Example
Text Example
White with #059EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EED; }
p { color: rgb(5,158,237); }
H1.HeaderClassName
{
color: #059EED;
}
.AnyTagClassName
{
color: #059EED;
}
</style>
background-color css
<style>
a { background-color: #059EED; }
a { background-color: rgb(5,158,237); }
div.DivClassName
{
background-color: #059EED;
}
.BgClassName
{
background-color: #059EED;
}
</style>
border-color css
<style>
span { border-color: #059EED; }
span { border-color: rgb(5,158,237); }
td.TdClassName
{
border-color: #059EED;
}
.TagClassName
{
border-color: #059EED;
}
</style>