Shades of Dodger Blue #059DFF
Tints of Dodger Blue #059DFF
RGB
CMYK
RGB Variations
Color information
#059DFF (or 0x059DFF) is known color: Dodger Blue. HEX triplet: 05, 9D and FF. RGB value is (5,157,255). Sum of RGB (Red+Green+Blue) = 5+157+255=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #059DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DFF is #FA6200. Grayscale: #7A7A7A. Windows color (decimal): -16409089 or 16751877. OLE color: 16751877.
HSL color Cylindrical-coordinate representation of color #059DFF: hue angle of 203.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DFF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 157 | 255 | - |
| CMYK | 0.98 | 0.38 | 0 | 0 |
| HSL | 203.52º | 1% | 0.51% | - |
| HSV(B) | 203.52º | 0.98% | 1% | - |
| XYZ | 30.17 | 31.37 | 99.07 | - |
| YUV | 122.72 | 202.64 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 255 | 0.98 | 0.38 | 0 | 0 | 203.52 | 1 | 0.51 |
| Hex | 5 | 9D | FF | 62 | 26 | 0 | 0 | CC | 64 | 33 |
| Octal | 5 | 235 | 377 | 142 | 46 | 0 | 0 | 314 | 144 | 63 |
| Binary | 101 | 10011101 | 11111111 | 1100010 | 100110 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #059DFF
Complementary color
Monochromatic Colors of #059DFF
Black with #059DFF
Text Example
Text Example
White with #059DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DFF; }
p { color: rgb(5,157,255); }
H1.HeaderClassName
{
color: #059DFF;
}
.AnyTagClassName
{
color: #059DFF;
}
</style>
background-color css
<style>
a { background-color: #059DFF; }
a { background-color: rgb(5,157,255); }
div.DivClassName
{
background-color: #059DFF;
}
.BgClassName
{
background-color: #059DFF;
}
</style>
border-color css
<style>
span { border-color: #059DFF; }
span { border-color: rgb(5,157,255); }
td.TdClassName
{
border-color: #059DFF;
}
.TagClassName
{
border-color: #059DFF;
}
</style>