Shades of Dodger Blue #059CF8
Tints of Dodger Blue #059CF8
RGB
CMYK
RGB Variations
Color information
#059CF8 (or 0x059CF8) is known color: Dodger Blue. HEX triplet: 05, 9C and F8. RGB value is (5,156,248). Sum of RGB (Red+Green+Blue) = 5+156+248=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #059CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CF8 is #FA6307. Grayscale: #787878. Windows color (decimal): -16409352 or 16292869. OLE color: 16292869.
HSL color Cylindrical-coordinate representation of color #059CF8: hue angle of 202.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CF8 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 156 | 248 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.03 |
| HSL | 202.72º | 0.96% | 0.5% | - |
| HSV(B) | 202.72º | 0.98% | 0.97% | - |
| XYZ | 28.89 | 30.59 | 93.19 | - |
| YUV | 121.34 | 199.47 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 248 | 0.98 | 0.37 | 0 | 0.03 | 202.72 | 0.96 | 0.5 |
| Hex | 5 | 9C | F8 | 62 | 25 | 0 | 3 | CB | 60 | 32 |
| Octal | 5 | 234 | 370 | 142 | 45 | 0 | 3 | 313 | 140 | 62 |
| Binary | 101 | 10011100 | 11111000 | 1100010 | 100101 | 0 | 11 | 11001011 | 1100000 | 110010 |
Color Harmonies of #059CF8
Complementary color
Monochromatic Colors of #059CF8
Black with #059CF8
Text Example
Text Example
White with #059CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CF8; }
p { color: rgb(5,156,248); }
H1.HeaderClassName
{
color: #059CF8;
}
.AnyTagClassName
{
color: #059CF8;
}
</style>
background-color css
<style>
a { background-color: #059CF8; }
a { background-color: rgb(5,156,248); }
div.DivClassName
{
background-color: #059CF8;
}
.BgClassName
{
background-color: #059CF8;
}
</style>
border-color css
<style>
span { border-color: #059CF8; }
span { border-color: rgb(5,156,248); }
td.TdClassName
{
border-color: #059CF8;
}
.TagClassName
{
border-color: #059CF8;
}
</style>