Shades of Dodger Blue #059EF2
Tints of Dodger Blue #059EF2
RGB
CMYK
RGB Variations
Color information
#059EF2 (or 0x059EF2) is known color: Dodger Blue. HEX triplet: 05, 9E and F2. RGB value is (5,158,242). Sum of RGB (Red+Green+Blue) = 5+158+242=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #059EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EF2 is #FA610D. Grayscale: #797979. Windows color (decimal): -16408846 or 15900165. OLE color: 15900165.
HSL color Cylindrical-coordinate representation of color #059EF2: hue angle of 201.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EF2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 158 | 242 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.05 |
| HSL | 201.27º | 0.96% | 0.48% | - |
| HSV(B) | 201.27º | 0.98% | 0.95% | - |
| XYZ | 28.32 | 30.9 | 88.48 | - |
| YUV | 121.83 | 195.81 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 242 | 0.98 | 0.35 | 0 | 0.05 | 201.27 | 0.96 | 0.48 |
| Hex | 5 | 9E | F2 | 62 | 23 | 0 | 5 | C9 | 60 | 30 |
| Octal | 5 | 236 | 362 | 142 | 43 | 0 | 5 | 311 | 140 | 60 |
| Binary | 101 | 10011110 | 11110010 | 1100010 | 100011 | 0 | 101 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059EF2
Complementary color
Monochromatic Colors of #059EF2
Black with #059EF2
Text Example
Text Example
White with #059EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EF2; }
p { color: rgb(5,158,242); }
H1.HeaderClassName
{
color: #059EF2;
}
.AnyTagClassName
{
color: #059EF2;
}
</style>
background-color css
<style>
a { background-color: #059EF2; }
a { background-color: rgb(5,158,242); }
div.DivClassName
{
background-color: #059EF2;
}
.BgClassName
{
background-color: #059EF2;
}
</style>
border-color css
<style>
span { border-color: #059EF2; }
span { border-color: rgb(5,158,242); }
td.TdClassName
{
border-color: #059EF2;
}
.TagClassName
{
border-color: #059EF2;
}
</style>