Shades of Dodger Blue #059FFE
Tints of Dodger Blue #059FFE
RGB
CMYK
RGB Variations
Color information
#059FFE (or 0x059FFE) is known color: Dodger Blue. HEX triplet: 05, 9F and FE. RGB value is (5,159,254). Sum of RGB (Red+Green+Blue) = 5+159+254=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #059FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFE is #FA6001. Grayscale: #7B7B7B. Windows color (decimal): -16408578 or 16686853. OLE color: 16686853.
HSL color Cylindrical-coordinate representation of color #059FFE: hue angle of 202.89º 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 #059FFE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 159 | 254 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.00 |
| HSL | 202.89º | 0.99% | 0.51% | - |
| HSV(B) | 202.89º | 0.98% | 1% | - |
| XYZ | 30.35 | 31.98 | 98.34 | - |
| YUV | 123.78 | 201.48 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 254 | 0.98 | 0.37 | 0 | 0.00 | 202.89 | 0.99 | 0.51 |
| Hex | 5 | 9F | FE | 62 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 5 | 237 | 376 | 142 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 101 | 10011111 | 11111110 | 1100010 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #059FFE
Complementary color
Monochromatic Colors of #059FFE
Black with #059FFE
Text Example
Text Example
White with #059FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FFE; }
p { color: rgb(5,159,254); }
H1.HeaderClassName
{
color: #059FFE;
}
.AnyTagClassName
{
color: #059FFE;
}
</style>
background-color css
<style>
a { background-color: #059FFE; }
a { background-color: rgb(5,159,254); }
div.DivClassName
{
background-color: #059FFE;
}
.BgClassName
{
background-color: #059FFE;
}
</style>
border-color css
<style>
span { border-color: #059FFE; }
span { border-color: rgb(5,159,254); }
td.TdClassName
{
border-color: #059FFE;
}
.TagClassName
{
border-color: #059FFE;
}
</style>