Shades of Dodger Blue #059EFC
Tints of Dodger Blue #059EFC
RGB
CMYK
RGB Variations
Color information
#059EFC (or 0x059EFC) is known color: Dodger Blue. HEX triplet: 05, 9E and FC. RGB value is (5,158,252). Sum of RGB (Red+Green+Blue) = 5+158+252=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #059EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFC is #FA6103. Grayscale: #7A7A7A. Windows color (decimal): -16408836 or 16555525. OLE color: 16555525.
HSL color Cylindrical-coordinate representation of color #059EFC: hue angle of 202.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EFC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 158 | 252 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.83º | 0.98% | 0.5% | - |
| HSV(B) | 202.83º | 0.98% | 0.99% | - |
| XYZ | 29.86 | 31.51 | 96.6 | - |
| YUV | 122.97 | 200.81 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 252 | 0.98 | 0.37 | 0 | 0.01 | 202.83 | 0.98 | 0.5 |
| Hex | 5 | 9E | FC | 62 | 25 | 0 | 1 | CB | 62 | 32 |
| Octal | 5 | 236 | 374 | 142 | 45 | 0 | 1 | 313 | 142 | 62 |
| Binary | 101 | 10011110 | 11111100 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #059EFC
Complementary color
Monochromatic Colors of #059EFC
Black with #059EFC
Text Example
Text Example
White with #059EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EFC; }
p { color: rgb(5,158,252); }
H1.HeaderClassName
{
color: #059EFC;
}
.AnyTagClassName
{
color: #059EFC;
}
</style>
background-color css
<style>
a { background-color: #059EFC; }
a { background-color: rgb(5,158,252); }
div.DivClassName
{
background-color: #059EFC;
}
.BgClassName
{
background-color: #059EFC;
}
</style>
border-color css
<style>
span { border-color: #059EFC; }
span { border-color: rgb(5,158,252); }
td.TdClassName
{
border-color: #059EFC;
}
.TagClassName
{
border-color: #059EFC;
}
</style>