Shades of Dodger Blue #059FFD
Tints of Dodger Blue #059FFD
RGB
CMYK
RGB Variations
Color information
#059FFD (or 0x059FFD) is known color: Dodger Blue. HEX triplet: 05, 9F and FD. RGB value is (5,159,253). Sum of RGB (Red+Green+Blue) = 5+159+253=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #059FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFD is #FA6002. Grayscale: #7B7B7B. Windows color (decimal): -16408579 or 16621317. OLE color: 16621317.
HSL color Cylindrical-coordinate representation of color #059FFD: hue angle of 202.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059FFD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 159 | 253 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.74º | 0.98% | 0.51% | - |
| HSV(B) | 202.74º | 0.98% | 0.99% | - |
| XYZ | 30.19 | 31.92 | 97.5 | - |
| YUV | 123.67 | 200.98 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 253 | 0.98 | 0.37 | 0 | 0.01 | 202.74 | 0.98 | 0.51 |
| Hex | 5 | 9F | FD | 62 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 5 | 237 | 375 | 142 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 101 | 10011111 | 11111101 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #059FFD
Complementary color
Monochromatic Colors of #059FFD
Black with #059FFD
Text Example
Text Example
White with #059FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FFD; }
p { color: rgb(5,159,253); }
H1.HeaderClassName
{
color: #059FFD;
}
.AnyTagClassName
{
color: #059FFD;
}
</style>
background-color css
<style>
a { background-color: #059FFD; }
a { background-color: rgb(5,159,253); }
div.DivClassName
{
background-color: #059FFD;
}
.BgClassName
{
background-color: #059FFD;
}
</style>
border-color css
<style>
span { border-color: #059FFD; }
span { border-color: rgb(5,159,253); }
td.TdClassName
{
border-color: #059FFD;
}
.TagClassName
{
border-color: #059FFD;
}
</style>