Shades of Dodger Blue #059CED
Tints of Dodger Blue #059CED
RGB
CMYK
RGB Variations
Color information
#059CED (or 0x059CED) is known color: Dodger Blue. HEX triplet: 05, 9C and ED. RGB value is (5,156,237). Sum of RGB (Red+Green+Blue) = 5+156+237=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #059CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CED is #FA6312. Grayscale: #777777. Windows color (decimal): -16409363 or 15571973. OLE color: 15571973.
HSL color Cylindrical-coordinate representation of color #059CED: hue angle of 200.95º 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 #059CED is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 156 | 237 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.07 |
| HSL | 200.95º | 0.96% | 0.47% | - |
| HSV(B) | 200.95º | 0.98% | 0.93% | - |
| XYZ | 27.24 | 29.92 | 84.46 | - |
| YUV | 120.09 | 193.97 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 237 | 0.98 | 0.34 | 0 | 0.07 | 200.95 | 0.96 | 0.47 |
| Hex | 5 | 9C | ED | 62 | 22 | 0 | 7 | C9 | 60 | 2F |
| Octal | 5 | 234 | 355 | 142 | 42 | 0 | 7 | 311 | 140 | 57 |
| Binary | 101 | 10011100 | 11101101 | 1100010 | 100010 | 0 | 111 | 11001001 | 1100000 | 101111 |
Color Harmonies of #059CED
Complementary color
Monochromatic Colors of #059CED
Black with #059CED
Text Example
Text Example
White with #059CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CED; }
p { color: rgb(5,156,237); }
H1.HeaderClassName
{
color: #059CED;
}
.AnyTagClassName
{
color: #059CED;
}
</style>
background-color css
<style>
a { background-color: #059CED; }
a { background-color: rgb(5,156,237); }
div.DivClassName
{
background-color: #059CED;
}
.BgClassName
{
background-color: #059CED;
}
</style>
border-color css
<style>
span { border-color: #059CED; }
span { border-color: rgb(5,156,237); }
td.TdClassName
{
border-color: #059CED;
}
.TagClassName
{
border-color: #059CED;
}
</style>