Shades of Dodger Blue #059CEE
Tints of Dodger Blue #059CEE
RGB
CMYK
RGB Variations
Color information
#059CEE (or 0x059CEE) is known color: Dodger Blue. HEX triplet: 05, 9C and EE. RGB value is (5,156,238). Sum of RGB (Red+Green+Blue) = 5+156+238=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #059CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CEE is #FA6311. Grayscale: #777777. Windows color (decimal): -16409362 or 15637509. OLE color: 15637509.
HSL color Cylindrical-coordinate representation of color #059CEE: hue angle of 201.12º 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 #059CEE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 156 | 238 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.07 |
| HSL | 201.12º | 0.96% | 0.48% | - |
| HSV(B) | 201.12º | 0.98% | 0.93% | - |
| XYZ | 27.38 | 29.98 | 85.23 | - |
| YUV | 120.2 | 194.47 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 238 | 0.98 | 0.34 | 0 | 0.07 | 201.12 | 0.96 | 0.48 |
| Hex | 5 | 9C | EE | 62 | 22 | 0 | 7 | C9 | 60 | 30 |
| Octal | 5 | 234 | 356 | 142 | 42 | 0 | 7 | 311 | 140 | 60 |
| Binary | 101 | 10011100 | 11101110 | 1100010 | 100010 | 0 | 111 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059CEE
Complementary color
Monochromatic Colors of #059CEE
Black with #059CEE
Text Example
Text Example
White with #059CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CEE; }
p { color: rgb(5,156,238); }
H1.HeaderClassName
{
color: #059CEE;
}
.AnyTagClassName
{
color: #059CEE;
}
</style>
background-color css
<style>
a { background-color: #059CEE; }
a { background-color: rgb(5,156,238); }
div.DivClassName
{
background-color: #059CEE;
}
.BgClassName
{
background-color: #059CEE;
}
</style>
border-color css
<style>
span { border-color: #059CEE; }
span { border-color: rgb(5,156,238); }
td.TdClassName
{
border-color: #059CEE;
}
.TagClassName
{
border-color: #059CEE;
}
</style>