Shades of Dodger Blue #059FEA
Tints of Dodger Blue #059FEA
RGB
CMYK
RGB Variations
Color information
#059FEA (or 0x059FEA) is known color: Dodger Blue. HEX triplet: 05, 9F and EA. RGB value is (5,159,234). Sum of RGB (Red+Green+Blue) = 5+159+234=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #059FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FEA is #FA6015. Grayscale: #797979. Windows color (decimal): -16408598 or 15376133. OLE color: 15376133.
HSL color Cylindrical-coordinate representation of color #059FEA: hue angle of 199.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FEA is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 159 | 234 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.08 |
| HSL | 199.65º | 0.96% | 0.47% | - |
| HSV(B) | 199.65º | 0.98% | 0.92% | - |
| XYZ | 27.31 | 30.77 | 82.34 | - |
| YUV | 121.5 | 191.48 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 234 | 0.98 | 0.32 | 0 | 0.08 | 199.65 | 0.96 | 0.47 |
| Hex | 5 | 9F | EA | 62 | 20 | 0 | 8 | C8 | 60 | 2F |
| Octal | 5 | 237 | 352 | 142 | 40 | 0 | 10 | 310 | 140 | 57 |
| Binary | 101 | 10011111 | 11101010 | 1100010 | 100000 | 0 | 1000 | 11001000 | 1100000 | 101111 |
Color Harmonies of #059FEA
Complementary color
Monochromatic Colors of #059FEA
Black with #059FEA
Text Example
Text Example
White with #059FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FEA; }
p { color: rgb(5,159,234); }
H1.HeaderClassName
{
color: #059FEA;
}
.AnyTagClassName
{
color: #059FEA;
}
</style>
background-color css
<style>
a { background-color: #059FEA; }
a { background-color: rgb(5,159,234); }
div.DivClassName
{
background-color: #059FEA;
}
.BgClassName
{
background-color: #059FEA;
}
</style>
border-color css
<style>
span { border-color: #059FEA; }
span { border-color: rgb(5,159,234); }
td.TdClassName
{
border-color: #059FEA;
}
.TagClassName
{
border-color: #059FEA;
}
</style>