Shades of Dodger Blue #059FFB
Tints of Dodger Blue #059FFB
RGB
CMYK
RGB Variations
Color information
#059FFB (or 0x059FFB) is known color: Dodger Blue. HEX triplet: 05, 9F and FB. RGB value is (5,159,251). Sum of RGB (Red+Green+Blue) = 5+159+251=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #059FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFB is #FA6004. Grayscale: #7A7A7A. Windows color (decimal): -16408581 or 16490245. OLE color: 16490245.
HSL color Cylindrical-coordinate representation of color #059FFB: hue angle of 202.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FFB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 159 | 251 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.02 |
| HSL | 202.44º | 0.97% | 0.5% | - |
| HSV(B) | 202.44º | 0.98% | 0.98% | - |
| XYZ | 29.87 | 31.79 | 95.83 | - |
| YUV | 123.44 | 199.98 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 251 | 0.98 | 0.37 | 0 | 0.02 | 202.44 | 0.97 | 0.5 |
| Hex | 5 | 9F | FB | 62 | 25 | 0 | 2 | CA | 61 | 32 |
| Octal | 5 | 237 | 373 | 142 | 45 | 0 | 2 | 312 | 141 | 62 |
| Binary | 101 | 10011111 | 11111011 | 1100010 | 100101 | 0 | 10 | 11001010 | 1100001 | 110010 |
Color Harmonies of #059FFB
Complementary color
Monochromatic Colors of #059FFB
Black with #059FFB
Text Example
Text Example
White with #059FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FFB; }
p { color: rgb(5,159,251); }
H1.HeaderClassName
{
color: #059FFB;
}
.AnyTagClassName
{
color: #059FFB;
}
</style>
background-color css
<style>
a { background-color: #059FFB; }
a { background-color: rgb(5,159,251); }
div.DivClassName
{
background-color: #059FFB;
}
.BgClassName
{
background-color: #059FFB;
}
</style>
border-color css
<style>
span { border-color: #059FFB; }
span { border-color: rgb(5,159,251); }
td.TdClassName
{
border-color: #059FFB;
}
.TagClassName
{
border-color: #059FFB;
}
</style>