Shades of Dodger Blue #059FEF
Tints of Dodger Blue #059FEF
RGB
CMYK
RGB Variations
Color information
#059FEF (or 0x059FEF) is known color: Dodger Blue. HEX triplet: 05, 9F and EF. RGB value is (5,159,239). Sum of RGB (Red+Green+Blue) = 5+159+239=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #059FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FEF is #FA6010. Grayscale: #797979. Windows color (decimal): -16408593 or 15703813. OLE color: 15703813.
HSL color Cylindrical-coordinate representation of color #059FEF: hue angle of 200.51º 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 #059FEF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 159 | 239 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.06 |
| HSL | 200.51º | 0.96% | 0.48% | - |
| HSV(B) | 200.51º | 0.98% | 0.94% | - |
| XYZ | 28.04 | 31.06 | 86.18 | - |
| YUV | 122.07 | 193.98 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 239 | 0.98 | 0.33 | 0 | 0.06 | 200.51 | 0.96 | 0.48 |
| Hex | 5 | 9F | EF | 62 | 21 | 0 | 6 | C9 | 60 | 30 |
| Octal | 5 | 237 | 357 | 142 | 41 | 0 | 6 | 311 | 140 | 60 |
| Binary | 101 | 10011111 | 11101111 | 1100010 | 100001 | 0 | 110 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059FEF
Complementary color
Monochromatic Colors of #059FEF
Black with #059FEF
Text Example
Text Example
White with #059FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FEF; }
p { color: rgb(5,159,239); }
H1.HeaderClassName
{
color: #059FEF;
}
.AnyTagClassName
{
color: #059FEF;
}
</style>
background-color css
<style>
a { background-color: #059FEF; }
a { background-color: rgb(5,159,239); }
div.DivClassName
{
background-color: #059FEF;
}
.BgClassName
{
background-color: #059FEF;
}
</style>
border-color css
<style>
span { border-color: #059FEF; }
span { border-color: rgb(5,159,239); }
td.TdClassName
{
border-color: #059FEF;
}
.TagClassName
{
border-color: #059FEF;
}
</style>