Shades of Dodger Blue #059CF6
Tints of Dodger Blue #059CF6
RGB
CMYK
RGB Variations
Color information
#059CF6 (or 0x059CF6) is known color: Dodger Blue. HEX triplet: 05, 9C and F6. RGB value is (5,156,246). Sum of RGB (Red+Green+Blue) = 5+156+246=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #059CF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CF6 is #FA6309. Grayscale: #787878. Windows color (decimal): -16409354 or 16161797. OLE color: 16161797.
HSL color Cylindrical-coordinate representation of color #059CF6: hue angle of 202.41º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CF6 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 156 | 246 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.04 |
| HSL | 202.41º | 0.96% | 0.49% | - |
| HSV(B) | 202.41º | 0.98% | 0.96% | - |
| XYZ | 28.59 | 30.46 | 91.56 | - |
| YUV | 121.11 | 198.47 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 246 | 0.98 | 0.37 | 0 | 0.04 | 202.41 | 0.96 | 0.49 |
| Hex | 5 | 9C | F6 | 62 | 25 | 0 | 4 | CA | 60 | 31 |
| Octal | 5 | 234 | 366 | 142 | 45 | 0 | 4 | 312 | 140 | 61 |
| Binary | 101 | 10011100 | 11110110 | 1100010 | 100101 | 0 | 100 | 11001010 | 1100000 | 110001 |
Color Harmonies of #059CF6
Complementary color
Monochromatic Colors of #059CF6
Black with #059CF6
Text Example
Text Example
White with #059CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CF6; }
p { color: rgb(5,156,246); }
H1.HeaderClassName
{
color: #059CF6;
}
.AnyTagClassName
{
color: #059CF6;
}
</style>
background-color css
<style>
a { background-color: #059CF6; }
a { background-color: rgb(5,156,246); }
div.DivClassName
{
background-color: #059CF6;
}
.BgClassName
{
background-color: #059CF6;
}
</style>
border-color css
<style>
span { border-color: #059CF6; }
span { border-color: rgb(5,156,246); }
td.TdClassName
{
border-color: #059CF6;
}
.TagClassName
{
border-color: #059CF6;
}
</style>