Shades of Dodger Blue #059DFE
Tints of Dodger Blue #059DFE
RGB
CMYK
RGB Variations
Color information
#059DFE (or 0x059DFE) is known color: Dodger Blue. HEX triplet: 05, 9D and FE. RGB value is (5,157,254). Sum of RGB (Red+Green+Blue) = 5+157+254=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #059DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DFE is #FA6201. Grayscale: #7A7A7A. Windows color (decimal): -16409090 or 16686341. OLE color: 16686341.
HSL color Cylindrical-coordinate representation of color #059DFE: hue angle of 203.37º 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 #059DFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 157 | 254 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.00 |
| HSL | 203.37º | 0.99% | 0.51% | - |
| HSV(B) | 203.37º | 0.98% | 1% | - |
| XYZ | 30.01 | 31.3 | 98.23 | - |
| YUV | 122.61 | 202.14 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 254 | 0.98 | 0.38 | 0 | 0.00 | 203.37 | 0.99 | 0.51 |
| Hex | 5 | 9D | FE | 62 | 26 | 0 | 0 | CB | 63 | 33 |
| Octal | 5 | 235 | 376 | 142 | 46 | 0 | 0 | 313 | 143 | 63 |
| Binary | 101 | 10011101 | 11111110 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #059DFE
Complementary color
Monochromatic Colors of #059DFE
Black with #059DFE
Text Example
Text Example
White with #059DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DFE; }
p { color: rgb(5,157,254); }
H1.HeaderClassName
{
color: #059DFE;
}
.AnyTagClassName
{
color: #059DFE;
}
</style>
background-color css
<style>
a { background-color: #059DFE; }
a { background-color: rgb(5,157,254); }
div.DivClassName
{
background-color: #059DFE;
}
.BgClassName
{
background-color: #059DFE;
}
</style>
border-color css
<style>
span { border-color: #059DFE; }
span { border-color: rgb(5,157,254); }
td.TdClassName
{
border-color: #059DFE;
}
.TagClassName
{
border-color: #059DFE;
}
</style>