Shades of Dodger Blue #11A2ED
Tints of Dodger Blue #11A2ED
RGB
CMYK
RGB Variations
Color information
#11A2ED (or 0x11A2ED) is known color: Dodger Blue. HEX triplet: 11, A2 and ED. RGB value is (17,162,237). Sum of RGB (Red+Green+Blue) = 17+162+237=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #11A2ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A2ED is #EE5D12. Grayscale: #7E7E7E. Windows color (decimal): -15621395 or 15573521. OLE color: 15573521.
HSL color Cylindrical-coordinate representation of color #11A2ED: hue angle of 200.45º 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 #11A2ED is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 162 | 237 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.07 |
| HSL | 200.45º | 0.87% | 0.5% | - |
| HSV(B) | 200.45º | 0.93% | 0.93% | - |
| XYZ | 28.44 | 32.07 | 84.81 | - |
| YUV | 127.2 | 189.96 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 237 | 0.93 | 0.32 | 0 | 0.07 | 200.45 | 0.87 | 0.5 |
| Hex | 11 | A2 | ED | 5D | 20 | 0 | 7 | C8 | 57 | 32 |
| Octal | 21 | 242 | 355 | 135 | 40 | 0 | 7 | 310 | 127 | 62 |
| Binary | 10001 | 10100010 | 11101101 | 1011101 | 100000 | 0 | 111 | 11001000 | 1010111 | 110010 |
Color Harmonies of #11A2ED
Complementary color
Monochromatic Colors of #11A2ED
Black with #11A2ED
Text Example
Text Example
White with #11A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A2ED; }
p { color: rgb(17,162,237); }
H1.HeaderClassName
{
color: #11A2ED;
}
.AnyTagClassName
{
color: #11A2ED;
}
</style>
background-color css
<style>
a { background-color: #11A2ED; }
a { background-color: rgb(17,162,237); }
div.DivClassName
{
background-color: #11A2ED;
}
.BgClassName
{
background-color: #11A2ED;
}
</style>
border-color css
<style>
span { border-color: #11A2ED; }
span { border-color: rgb(17,162,237); }
td.TdClassName
{
border-color: #11A2ED;
}
.TagClassName
{
border-color: #11A2ED;
}
</style>