Shades of Dodger Blue #059FFC
Tints of Dodger Blue #059FFC
RGB
CMYK
RGB Variations
Color information
#059FFC (or 0x059FFC) is known color: Dodger Blue. HEX triplet: 05, 9F and FC. RGB value is (5,159,252). Sum of RGB (Red+Green+Blue) = 5+159+252=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #059FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFC is #FA6003. Grayscale: #7B7B7B. Windows color (decimal): -16408580 or 16555781. OLE color: 16555781.
HSL color Cylindrical-coordinate representation of color #059FFC: hue angle of 202.59º 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 #059FFC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 159 | 252 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.59º | 0.98% | 0.5% | - |
| HSV(B) | 202.59º | 0.98% | 0.99% | - |
| XYZ | 30.03 | 31.86 | 96.66 | - |
| YUV | 123.56 | 200.48 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 252 | 0.98 | 0.37 | 0 | 0.01 | 202.59 | 0.98 | 0.5 |
| Hex | 5 | 9F | FC | 62 | 25 | 0 | 1 | CB | 62 | 32 |
| Octal | 5 | 237 | 374 | 142 | 45 | 0 | 1 | 313 | 142 | 62 |
| Binary | 101 | 10011111 | 11111100 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #059FFC
Complementary color
Monochromatic Colors of #059FFC
Black with #059FFC
Text Example
Text Example
White with #059FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FFC; }
p { color: rgb(5,159,252); }
H1.HeaderClassName
{
color: #059FFC;
}
.AnyTagClassName
{
color: #059FFC;
}
</style>
background-color css
<style>
a { background-color: #059FFC; }
a { background-color: rgb(5,159,252); }
div.DivClassName
{
background-color: #059FFC;
}
.BgClassName
{
background-color: #059FFC;
}
</style>
border-color css
<style>
span { border-color: #059FFC; }
span { border-color: rgb(5,159,252); }
td.TdClassName
{
border-color: #059FFC;
}
.TagClassName
{
border-color: #059FFC;
}
</style>