Shades of Dodger Blue #11A6FD
Tints of Dodger Blue #11A6FD
RGB
CMYK
RGB Variations
Color information
#11A6FD (or 0x11A6FD) is known color: Dodger Blue. HEX triplet: 11, A6 and FD. RGB value is (17,166,253). Sum of RGB (Red+Green+Blue) = 17+166+253=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #11A6FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A6FD is #EE5902. Grayscale: #828282. Windows color (decimal): -15620355 or 16623121. OLE color: 16623121.
HSL color Cylindrical-coordinate representation of color #11A6FD: hue angle of 202.12º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A6FD is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 166 | 253 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.01 |
| HSL | 202.12º | 0.98% | 0.53% | - |
| HSV(B) | 202.12º | 0.93% | 0.99% | - |
| XYZ | 31.6 | 34.48 | 97.92 | - |
| YUV | 131.37 | 196.64 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 253 | 0.93 | 0.34 | 0 | 0.01 | 202.12 | 0.98 | 0.53 |
| Hex | 11 | A6 | FD | 5D | 22 | 0 | 1 | CA | 62 | 35 |
| Octal | 21 | 246 | 375 | 135 | 42 | 0 | 1 | 312 | 142 | 65 |
| Binary | 10001 | 10100110 | 11111101 | 1011101 | 100010 | 0 | 1 | 11001010 | 1100010 | 110101 |
Color Harmonies of #11A6FD
Complementary color
Monochromatic Colors of #11A6FD
Black with #11A6FD
Text Example
Text Example
White with #11A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A6FD; }
p { color: rgb(17,166,253); }
H1.HeaderClassName
{
color: #11A6FD;
}
.AnyTagClassName
{
color: #11A6FD;
}
</style>
background-color css
<style>
a { background-color: #11A6FD; }
a { background-color: rgb(17,166,253); }
div.DivClassName
{
background-color: #11A6FD;
}
.BgClassName
{
background-color: #11A6FD;
}
</style>
border-color css
<style>
span { border-color: #11A6FD; }
span { border-color: rgb(17,166,253); }
td.TdClassName
{
border-color: #11A6FD;
}
.TagClassName
{
border-color: #11A6FD;
}
</style>