Shades of Dodger Blue #059BEF
Tints of Dodger Blue #059BEF
RGB
CMYK
RGB Variations
Color information
#059BEF (or 0x059BEF) is known color: Dodger Blue. HEX triplet: 05, 9B and EF. RGB value is (5,155,239). Sum of RGB (Red+Green+Blue) = 5+155+239=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #059BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BEF is #FA6410. Grayscale: #777777. Windows color (decimal): -16409617 or 15702789. OLE color: 15702789.
HSL color Cylindrical-coordinate representation of color #059BEF: hue angle of 201.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BEF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 155 | 239 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.06 |
| HSL | 201.54º | 0.96% | 0.48% | - |
| HSV(B) | 201.54º | 0.98% | 0.94% | - |
| XYZ | 27.36 | 29.71 | 85.95 | - |
| YUV | 119.73 | 195.31 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 239 | 0.98 | 0.35 | 0 | 0.06 | 201.54 | 0.96 | 0.48 |
| Hex | 5 | 9B | EF | 62 | 23 | 0 | 6 | CA | 60 | 30 |
| Octal | 5 | 233 | 357 | 142 | 43 | 0 | 6 | 312 | 140 | 60 |
| Binary | 101 | 10011011 | 11101111 | 1100010 | 100011 | 0 | 110 | 11001010 | 1100000 | 110000 |
Color Harmonies of #059BEF
Complementary color
Monochromatic Colors of #059BEF
Black with #059BEF
Text Example
Text Example
White with #059BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BEF; }
p { color: rgb(5,155,239); }
H1.HeaderClassName
{
color: #059BEF;
}
.AnyTagClassName
{
color: #059BEF;
}
</style>
background-color css
<style>
a { background-color: #059BEF; }
a { background-color: rgb(5,155,239); }
div.DivClassName
{
background-color: #059BEF;
}
.BgClassName
{
background-color: #059BEF;
}
</style>
border-color css
<style>
span { border-color: #059BEF; }
span { border-color: rgb(5,155,239); }
td.TdClassName
{
border-color: #059BEF;
}
.TagClassName
{
border-color: #059BEF;
}
</style>