Shades of Dodger Blue #059AFC
Tints of Dodger Blue #059AFC
RGB
CMYK
RGB Variations
Color information
#059AFC (or 0x059AFC) is known color: Dodger Blue. HEX triplet: 05, 9A and FC. RGB value is (5,154,252). Sum of RGB (Red+Green+Blue) = 5+154+252=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #059AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059AFC is #FA6503. Grayscale: #787878. Windows color (decimal): -16409860 or 16554501. OLE color: 16554501.
HSL color Cylindrical-coordinate representation of color #059AFC: hue angle of 203.81º 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 #059AFC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 154 | 252 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.01 |
| HSL | 203.81º | 0.98% | 0.5% | - |
| HSV(B) | 203.81º | 0.98% | 0.99% | - |
| XYZ | 29.19 | 30.17 | 96.38 | - |
| YUV | 120.62 | 202.14 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 252 | 0.98 | 0.39 | 0 | 0.01 | 203.81 | 0.98 | 0.5 |
| Hex | 5 | 9A | FC | 62 | 27 | 0 | 1 | CC | 62 | 32 |
| Octal | 5 | 232 | 374 | 142 | 47 | 0 | 1 | 314 | 142 | 62 |
| Binary | 101 | 10011010 | 11111100 | 1100010 | 100111 | 0 | 1 | 11001100 | 1100010 | 110010 |
Color Harmonies of #059AFC
Complementary color
Monochromatic Colors of #059AFC
Black with #059AFC
Text Example
Text Example
White with #059AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AFC; }
p { color: rgb(5,154,252); }
H1.HeaderClassName
{
color: #059AFC;
}
.AnyTagClassName
{
color: #059AFC;
}
</style>
background-color css
<style>
a { background-color: #059AFC; }
a { background-color: rgb(5,154,252); }
div.DivClassName
{
background-color: #059AFC;
}
.BgClassName
{
background-color: #059AFC;
}
</style>
border-color css
<style>
span { border-color: #059AFC; }
span { border-color: rgb(5,154,252); }
td.TdClassName
{
border-color: #059AFC;
}
.TagClassName
{
border-color: #059AFC;
}
</style>