Shades of Dodger Blue #059AFE
Tints of Dodger Blue #059AFE
RGB
CMYK
RGB Variations
Color information
#059AFE (or 0x059AFE) is known color: Dodger Blue. HEX triplet: 05, 9A and FE. RGB value is (5,154,254). Sum of RGB (Red+Green+Blue) = 5+154+254=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #059AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AFE is #FA6501. Grayscale: #787878. Windows color (decimal): -16409858 or 16685573. OLE color: 16685573.
HSL color Cylindrical-coordinate representation of color #059AFE: hue angle of 204.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059AFE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 154 | 254 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.00 |
| HSL | 204.1º | 0.99% | 0.51% | - |
| HSV(B) | 204.1º | 0.98% | 1% | - |
| XYZ | 29.51 | 30.3 | 98.06 | - |
| YUV | 120.85 | 203.14 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 254 | 0.98 | 0.39 | 0 | 0.00 | 204.1 | 0.99 | 0.51 |
| Hex | 5 | 9A | FE | 62 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 5 | 232 | 376 | 142 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 101 | 10011010 | 11111110 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #059AFE
Complementary color
Monochromatic Colors of #059AFE
Black with #059AFE
Text Example
Text Example
White with #059AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AFE; }
p { color: rgb(5,154,254); }
H1.HeaderClassName
{
color: #059AFE;
}
.AnyTagClassName
{
color: #059AFE;
}
</style>
background-color css
<style>
a { background-color: #059AFE; }
a { background-color: rgb(5,154,254); }
div.DivClassName
{
background-color: #059AFE;
}
.BgClassName
{
background-color: #059AFE;
}
</style>
border-color css
<style>
span { border-color: #059AFE; }
span { border-color: rgb(5,154,254); }
td.TdClassName
{
border-color: #059AFE;
}
.TagClassName
{
border-color: #059AFE;
}
</style>