Shades of Dodger Blue #059BEC
Tints of Dodger Blue #059BEC
RGB
CMYK
RGB Variations
Color information
#059BEC (or 0x059BEC) is known color: Dodger Blue. HEX triplet: 05, 9B and EC. RGB value is (5,155,236). Sum of RGB (Red+Green+Blue) = 5+155+236=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #059BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BEC is #FA6413. Grayscale: #767676. Windows color (decimal): -16409620 or 15506181. OLE color: 15506181.
HSL color Cylindrical-coordinate representation of color #059BEC: hue angle of 201.04º 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 #059BEC is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 155 | 236 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.07 |
| HSL | 201.04º | 0.96% | 0.47% | - |
| HSV(B) | 201.04º | 0.98% | 0.93% | - |
| XYZ | 26.92 | 29.53 | 83.64 | - |
| YUV | 119.38 | 193.81 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 236 | 0.98 | 0.34 | 0 | 0.07 | 201.04 | 0.96 | 0.47 |
| Hex | 5 | 9B | EC | 62 | 22 | 0 | 7 | C9 | 60 | 2F |
| Octal | 5 | 233 | 354 | 142 | 42 | 0 | 7 | 311 | 140 | 57 |
| Binary | 101 | 10011011 | 11101100 | 1100010 | 100010 | 0 | 111 | 11001001 | 1100000 | 101111 |
Color Harmonies of #059BEC
Complementary color
Monochromatic Colors of #059BEC
Black with #059BEC
Text Example
Text Example
White with #059BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BEC; }
p { color: rgb(5,155,236); }
H1.HeaderClassName
{
color: #059BEC;
}
.AnyTagClassName
{
color: #059BEC;
}
</style>
background-color css
<style>
a { background-color: #059BEC; }
a { background-color: rgb(5,155,236); }
div.DivClassName
{
background-color: #059BEC;
}
.BgClassName
{
background-color: #059BEC;
}
</style>
border-color css
<style>
span { border-color: #059BEC; }
span { border-color: rgb(5,155,236); }
td.TdClassName
{
border-color: #059BEC;
}
.TagClassName
{
border-color: #059BEC;
}
</style>