Shades of Dodger Blue #11A6ED
Tints of Dodger Blue #11A6ED
RGB
CMYK
RGB Variations
Color information
#11A6ED (or 0x11A6ED) is known color: Dodger Blue. HEX triplet: 11, A6 and ED. RGB value is (17,166,237). Sum of RGB (Red+Green+Blue) = 17+166+237=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #11A6ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6ED is #EE5912. Grayscale: #818181. Windows color (decimal): -15620371 or 15574545. OLE color: 15574545.
HSL color Cylindrical-coordinate representation of color #11A6ED: hue angle of 199.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A6ED is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 166 | 237 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.07 |
| HSL | 199.36º | 0.87% | 0.5% | - |
| HSV(B) | 199.36º | 0.93% | 0.93% | - |
| XYZ | 29.15 | 33.51 | 85.05 | - |
| YUV | 129.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 237 | 0.93 | 0.30 | 0 | 0.07 | 199.36 | 0.87 | 0.5 |
| Hex | 11 | A6 | ED | 5D | 1E | 0 | 7 | C7 | 57 | 32 |
| Octal | 21 | 246 | 355 | 135 | 36 | 0 | 7 | 307 | 127 | 62 |
| Binary | 10001 | 10100110 | 11101101 | 1011101 | 11110 | 0 | 111 | 11000111 | 1010111 | 110010 |
Color Harmonies of #11A6ED
Complementary color
Monochromatic Colors of #11A6ED
Black with #11A6ED
Text Example
Text Example
White with #11A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A6ED; }
p { color: rgb(17,166,237); }
H1.HeaderClassName
{
color: #11A6ED;
}
.AnyTagClassName
{
color: #11A6ED;
}
</style>
background-color css
<style>
a { background-color: #11A6ED; }
a { background-color: rgb(17,166,237); }
div.DivClassName
{
background-color: #11A6ED;
}
.BgClassName
{
background-color: #11A6ED;
}
</style>
border-color css
<style>
span { border-color: #11A6ED; }
span { border-color: rgb(17,166,237); }
td.TdClassName
{
border-color: #11A6ED;
}
.TagClassName
{
border-color: #11A6ED;
}
</style>