Shades of Dodger Blue #059FF2
Tints of Dodger Blue #059FF2
RGB
CMYK
RGB Variations
Color information
#059FF2 (or 0x059FF2) is known color: Dodger Blue. HEX triplet: 05, 9F and F2. RGB value is (5,159,242). Sum of RGB (Red+Green+Blue) = 5+159+242=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #059FF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FF2 is #FA600D. Grayscale: #797979. Windows color (decimal): -16408590 or 15900421. OLE color: 15900421.
HSL color Cylindrical-coordinate representation of color #059FF2: hue angle of 201.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FF2 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 159 | 242 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.05 |
| HSL | 201.01º | 0.96% | 0.48% | - |
| HSV(B) | 201.01º | 0.98% | 0.95% | - |
| XYZ | 28.49 | 31.24 | 88.53 | - |
| YUV | 122.42 | 195.48 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 242 | 0.98 | 0.34 | 0 | 0.05 | 201.01 | 0.96 | 0.48 |
| Hex | 5 | 9F | F2 | 62 | 22 | 0 | 5 | C9 | 60 | 30 |
| Octal | 5 | 237 | 362 | 142 | 42 | 0 | 5 | 311 | 140 | 60 |
| Binary | 101 | 10011111 | 11110010 | 1100010 | 100010 | 0 | 101 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059FF2
Complementary color
Monochromatic Colors of #059FF2
Black with #059FF2
Text Example
Text Example
White with #059FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FF2; }
p { color: rgb(5,159,242); }
H1.HeaderClassName
{
color: #059FF2;
}
.AnyTagClassName
{
color: #059FF2;
}
</style>
background-color css
<style>
a { background-color: #059FF2; }
a { background-color: rgb(5,159,242); }
div.DivClassName
{
background-color: #059FF2;
}
.BgClassName
{
background-color: #059FF2;
}
</style>
border-color css
<style>
span { border-color: #059FF2; }
span { border-color: rgb(5,159,242); }
td.TdClassName
{
border-color: #059FF2;
}
.TagClassName
{
border-color: #059FF2;
}
</style>