Shades of Dodger Blue #059CFC
Tints of Dodger Blue #059CFC
RGB
CMYK
RGB Variations
Color information
#059CFC (or 0x059CFC) is known color: Dodger Blue. HEX triplet: 05, 9C and FC. RGB value is (5,156,252). Sum of RGB (Red+Green+Blue) = 5+156+252=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #059CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CFC is #FA6303. Grayscale: #797979. Windows color (decimal): -16409348 or 16555013. OLE color: 16555013.
HSL color Cylindrical-coordinate representation of color #059CFC: hue angle of 203.32º 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 #059CFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 156 | 252 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.01 |
| HSL | 203.32º | 0.98% | 0.5% | - |
| HSV(B) | 203.32º | 0.98% | 0.99% | - |
| XYZ | 29.52 | 30.84 | 96.49 | - |
| YUV | 121.8 | 201.47 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 252 | 0.98 | 0.38 | 0 | 0.01 | 203.32 | 0.98 | 0.5 |
| Hex | 5 | 9C | FC | 62 | 26 | 0 | 1 | CB | 62 | 32 |
| Octal | 5 | 234 | 374 | 142 | 46 | 0 | 1 | 313 | 142 | 62 |
| Binary | 101 | 10011100 | 11111100 | 1100010 | 100110 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #059CFC
Complementary color
Monochromatic Colors of #059CFC
Black with #059CFC
Text Example
Text Example
White with #059CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CFC; }
p { color: rgb(5,156,252); }
H1.HeaderClassName
{
color: #059CFC;
}
.AnyTagClassName
{
color: #059CFC;
}
</style>
background-color css
<style>
a { background-color: #059CFC; }
a { background-color: rgb(5,156,252); }
div.DivClassName
{
background-color: #059CFC;
}
.BgClassName
{
background-color: #059CFC;
}
</style>
border-color css
<style>
span { border-color: #059CFC; }
span { border-color: rgb(5,156,252); }
td.TdClassName
{
border-color: #059CFC;
}
.TagClassName
{
border-color: #059CFC;
}
</style>