Shades of Dodger Blue #059EF1
Tints of Dodger Blue #059EF1
RGB
CMYK
RGB Variations
Color information
#059EF1 (or 0x059EF1) is known color: Dodger Blue. HEX triplet: 05, 9E and F1. RGB value is (5,158,241). Sum of RGB (Red+Green+Blue) = 5+158+241=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #059EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EF1 is #FA610E. Grayscale: #797979. Windows color (decimal): -16408847 or 15834629. OLE color: 15834629.
HSL color Cylindrical-coordinate representation of color #059EF1: hue angle of 201.1º 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 #059EF1 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 158 | 241 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.05 |
| HSL | 201.1º | 0.96% | 0.48% | - |
| HSV(B) | 201.1º | 0.98% | 0.95% | - |
| XYZ | 28.17 | 30.84 | 87.69 | - |
| YUV | 121.72 | 195.31 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 241 | 0.98 | 0.34 | 0 | 0.05 | 201.1 | 0.96 | 0.48 |
| Hex | 5 | 9E | F1 | 62 | 22 | 0 | 5 | C9 | 60 | 30 |
| Octal | 5 | 236 | 361 | 142 | 42 | 0 | 5 | 311 | 140 | 60 |
| Binary | 101 | 10011110 | 11110001 | 1100010 | 100010 | 0 | 101 | 11001001 | 1100000 | 110000 |
Color Harmonies of #059EF1
Complementary color
Monochromatic Colors of #059EF1
Black with #059EF1
Text Example
Text Example
White with #059EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EF1; }
p { color: rgb(5,158,241); }
H1.HeaderClassName
{
color: #059EF1;
}
.AnyTagClassName
{
color: #059EF1;
}
</style>
background-color css
<style>
a { background-color: #059EF1; }
a { background-color: rgb(5,158,241); }
div.DivClassName
{
background-color: #059EF1;
}
.BgClassName
{
background-color: #059EF1;
}
</style>
border-color css
<style>
span { border-color: #059EF1; }
span { border-color: rgb(5,158,241); }
td.TdClassName
{
border-color: #059EF1;
}
.TagClassName
{
border-color: #059EF1;
}
</style>