Shades of Dodger Blue #11A3EE
Tints of Dodger Blue #11A3EE
RGB
CMYK
RGB Variations
Color information
#11A3EE (or 0x11A3EE) is known color: Dodger Blue. HEX triplet: 11, A3 and EE. RGB value is (17,163,238). Sum of RGB (Red+Green+Blue) = 17+163+238=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #11A3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A3EE is #EE5C11. Grayscale: #7F7F7F. Windows color (decimal): -15621138 or 15639313. OLE color: 15639313.
HSL color Cylindrical-coordinate representation of color #11A3EE: hue angle of 200.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 #11A3EE is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 163 | 238 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.07 |
| HSL | 200.36º | 0.87% | 0.5% | - |
| HSV(B) | 200.36º | 0.93% | 0.93% | - |
| XYZ | 28.76 | 32.49 | 85.64 | - |
| YUV | 127.9 | 190.13 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 238 | 0.93 | 0.32 | 0 | 0.07 | 200.36 | 0.87 | 0.5 |
| Hex | 11 | A3 | EE | 5D | 20 | 0 | 7 | C8 | 57 | 32 |
| Octal | 21 | 243 | 356 | 135 | 40 | 0 | 7 | 310 | 127 | 62 |
| Binary | 10001 | 10100011 | 11101110 | 1011101 | 100000 | 0 | 111 | 11001000 | 1010111 | 110010 |
Color Harmonies of #11A3EE
Complementary color
Monochromatic Colors of #11A3EE
Black with #11A3EE
Text Example
Text Example
White with #11A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A3EE; }
p { color: rgb(17,163,238); }
H1.HeaderClassName
{
color: #11A3EE;
}
.AnyTagClassName
{
color: #11A3EE;
}
</style>
background-color css
<style>
a { background-color: #11A3EE; }
a { background-color: rgb(17,163,238); }
div.DivClassName
{
background-color: #11A3EE;
}
.BgClassName
{
background-color: #11A3EE;
}
</style>
border-color css
<style>
span { border-color: #11A3EE; }
span { border-color: rgb(17,163,238); }
td.TdClassName
{
border-color: #11A3EE;
}
.TagClassName
{
border-color: #11A3EE;
}
</style>