Shades of Dodger Blue #059BEE
Tints of Dodger Blue #059BEE
RGB
CMYK
RGB Variations
Color information
#059BEE (or 0x059BEE) is known color: Dodger Blue. HEX triplet: 05, 9B and EE. RGB value is (5,155,238). Sum of RGB (Red+Green+Blue) = 5+155+238=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #059BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BEE is #FA6411. Grayscale: #777777. Windows color (decimal): -16409618 or 15637253. OLE color: 15637253.
HSL color Cylindrical-coordinate representation of color #059BEE: hue angle of 201.37º 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 #059BEE is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 155 | 238 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.07 |
| HSL | 201.37º | 0.96% | 0.48% | - |
| HSV(B) | 201.37º | 0.98% | 0.93% | - |
| XYZ | 27.22 | 29.65 | 85.18 | - |
| YUV | 119.61 | 194.81 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 238 | 0.98 | 0.35 | 0 | 0.07 | 201.37 | 0.96 | 0.48 |
| Hex | 5 | 9B | EE | 62 | 23 | 0 | 7 | C9 | 60 | 30 |
| Octal | 5 | 233 | 356 | 142 | 43 | 0 | 7 | 311 | 140 | 60 |
| Binary | 101 | 10011011 | 11101110 | 1100010 | 100011 | 0 | 111 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059BEE
Complementary color
Monochromatic Colors of #059BEE
Black with #059BEE
Text Example
Text Example
White with #059BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BEE; }
p { color: rgb(5,155,238); }
H1.HeaderClassName
{
color: #059BEE;
}
.AnyTagClassName
{
color: #059BEE;
}
</style>
background-color css
<style>
a { background-color: #059BEE; }
a { background-color: rgb(5,155,238); }
div.DivClassName
{
background-color: #059BEE;
}
.BgClassName
{
background-color: #059BEE;
}
</style>
border-color css
<style>
span { border-color: #059BEE; }
span { border-color: rgb(5,155,238); }
td.TdClassName
{
border-color: #059BEE;
}
.TagClassName
{
border-color: #059BEE;
}
</style>