Shades of Dodger Blue #059BF2
Tints of Dodger Blue #059BF2
RGB
CMYK
RGB Variations
Color information
#059BF2 (or 0x059BF2) is known color: Dodger Blue. HEX triplet: 05, 9B and F2. RGB value is (5,155,242). Sum of RGB (Red+Green+Blue) = 5+155+242=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #059BF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BF2 is #FA640D. Grayscale: #777777. Windows color (decimal): -16409614 or 15899397. OLE color: 15899397.
HSL color Cylindrical-coordinate representation of color #059BF2: hue angle of 202.03º 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 #059BF2 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 155 | 242 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.05 |
| HSL | 202.03º | 0.96% | 0.48% | - |
| HSV(B) | 202.03º | 0.98% | 0.95% | - |
| XYZ | 27.81 | 29.89 | 88.31 | - |
| YUV | 120.07 | 196.81 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 242 | 0.98 | 0.36 | 0 | 0.05 | 202.03 | 0.96 | 0.48 |
| Hex | 5 | 9B | F2 | 62 | 24 | 0 | 5 | CA | 60 | 30 |
| Octal | 5 | 233 | 362 | 142 | 44 | 0 | 5 | 312 | 140 | 60 |
| Binary | 101 | 10011011 | 11110010 | 1100010 | 100100 | 0 | 101 | 11001010 | 1100000 | 110000 |
Color Harmonies of #059BF2
Complementary color
Monochromatic Colors of #059BF2
Black with #059BF2
Text Example
Text Example
White with #059BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BF2; }
p { color: rgb(5,155,242); }
H1.HeaderClassName
{
color: #059BF2;
}
.AnyTagClassName
{
color: #059BF2;
}
</style>
background-color css
<style>
a { background-color: #059BF2; }
a { background-color: rgb(5,155,242); }
div.DivClassName
{
background-color: #059BF2;
}
.BgClassName
{
background-color: #059BF2;
}
</style>
border-color css
<style>
span { border-color: #059BF2; }
span { border-color: rgb(5,155,242); }
td.TdClassName
{
border-color: #059BF2;
}
.TagClassName
{
border-color: #059BF2;
}
</style>