Shades of Dodger Blue #059CFE
Tints of Dodger Blue #059CFE
RGB
CMYK
RGB Variations
Color information
#059CFE (or 0x059CFE) is known color: Dodger Blue. HEX triplet: 05, 9C and FE. RGB value is (5,156,254). Sum of RGB (Red+Green+Blue) = 5+156+254=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #059CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CFE is #FA6301. Grayscale: #797979. Windows color (decimal): -16409346 or 16686085. OLE color: 16686085.
HSL color Cylindrical-coordinate representation of color #059CFE: hue angle of 203.61º 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 #059CFE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 156 | 254 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.00 |
| HSL | 203.61º | 0.99% | 0.51% | - |
| HSV(B) | 203.61º | 0.98% | 1% | - |
| XYZ | 29.84 | 30.96 | 98.17 | - |
| YUV | 122.02 | 202.47 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 254 | 0.98 | 0.39 | 0 | 0.00 | 203.61 | 0.99 | 0.51 |
| Hex | 5 | 9C | FE | 62 | 27 | 0 | 0 | CC | 63 | 33 |
| Octal | 5 | 234 | 376 | 142 | 47 | 0 | 0 | 314 | 143 | 63 |
| Binary | 101 | 10011100 | 11111110 | 1100010 | 100111 | 0 | 0 | 11001100 | 1100011 | 110011 |
Color Harmonies of #059CFE
Complementary color
Monochromatic Colors of #059CFE
Black with #059CFE
Text Example
Text Example
White with #059CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CFE; }
p { color: rgb(5,156,254); }
H1.HeaderClassName
{
color: #059CFE;
}
.AnyTagClassName
{
color: #059CFE;
}
</style>
background-color css
<style>
a { background-color: #059CFE; }
a { background-color: rgb(5,156,254); }
div.DivClassName
{
background-color: #059CFE;
}
.BgClassName
{
background-color: #059CFE;
}
</style>
border-color css
<style>
span { border-color: #059CFE; }
span { border-color: rgb(5,156,254); }
td.TdClassName
{
border-color: #059CFE;
}
.TagClassName
{
border-color: #059CFE;
}
</style>