Shades of Dodger Blue #11A6FE
Tints of Dodger Blue #11A6FE
RGB
CMYK
RGB Variations
Color information
#11A6FE (or 0x11A6FE) is known color: Dodger Blue. HEX triplet: 11, A6 and FE. RGB value is (17,166,254). Sum of RGB (Red+Green+Blue) = 17+166+254=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #11A6FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6FE is #EE5901. Grayscale: #828282. Windows color (decimal): -15620354 or 16688657. OLE color: 16688657.
HSL color Cylindrical-coordinate representation of color #11A6FE: hue angle of 202.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A6FE is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 166 | 254 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.00 |
| HSL | 202.28º | 0.99% | 0.53% | - |
| HSV(B) | 202.28º | 0.93% | 1% | - |
| XYZ | 31.76 | 34.55 | 98.76 | - |
| YUV | 131.48 | 197.14 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 254 | 0.93 | 0.35 | 0 | 0.00 | 202.28 | 0.99 | 0.53 |
| Hex | 11 | A6 | FE | 5D | 23 | 0 | 0 | CA | 63 | 35 |
| Octal | 21 | 246 | 376 | 135 | 43 | 0 | 0 | 312 | 143 | 65 |
| Binary | 10001 | 10100110 | 11111110 | 1011101 | 100011 | 0 | 0 | 11001010 | 1100011 | 110101 |
Color Harmonies of #11A6FE
Complementary color
Monochromatic Colors of #11A6FE
Black with #11A6FE
Text Example
Text Example
White with #11A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A6FE; }
p { color: rgb(17,166,254); }
H1.HeaderClassName
{
color: #11A6FE;
}
.AnyTagClassName
{
color: #11A6FE;
}
</style>
background-color css
<style>
a { background-color: #11A6FE; }
a { background-color: rgb(17,166,254); }
div.DivClassName
{
background-color: #11A6FE;
}
.BgClassName
{
background-color: #11A6FE;
}
</style>
border-color css
<style>
span { border-color: #11A6FE; }
span { border-color: rgb(17,166,254); }
td.TdClassName
{
border-color: #11A6FE;
}
.TagClassName
{
border-color: #11A6FE;
}
</style>