Shades of Dodger Blue #11A2FE
Tints of Dodger Blue #11A2FE
RGB
CMYK
RGB Variations
Color information
#11A2FE (or 0x11A2FE) is known color: Dodger Blue. HEX triplet: 11, A2 and FE. RGB value is (17,162,254). Sum of RGB (Red+Green+Blue) = 17+162+254=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #11A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A2FE is #EE5D01. Grayscale: #808080. Windows color (decimal): -15621378 or 16687633. OLE color: 16687633.
HSL color Cylindrical-coordinate representation of color #11A2FE: hue angle of 203.29º 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 #11A2FE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 162 | 254 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.00 |
| HSL | 203.29º | 0.99% | 0.53% | - |
| HSV(B) | 203.29º | 0.93% | 1% | - |
| XYZ | 31.04 | 33.12 | 98.52 | - |
| YUV | 129.13 | 198.46 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 254 | 0.93 | 0.36 | 0 | 0.00 | 203.29 | 0.99 | 0.53 |
| Hex | 11 | A2 | FE | 5D | 24 | 0 | 0 | CB | 63 | 35 |
| Octal | 21 | 242 | 376 | 135 | 44 | 0 | 0 | 313 | 143 | 65 |
| Binary | 10001 | 10100010 | 11111110 | 1011101 | 100100 | 0 | 0 | 11001011 | 1100011 | 110101 |
Color Harmonies of #11A2FE
Complementary color
Monochromatic Colors of #11A2FE
Black with #11A2FE
Text Example
Text Example
White with #11A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A2FE; }
p { color: rgb(17,162,254); }
H1.HeaderClassName
{
color: #11A2FE;
}
.AnyTagClassName
{
color: #11A2FE;
}
</style>
background-color css
<style>
a { background-color: #11A2FE; }
a { background-color: rgb(17,162,254); }
div.DivClassName
{
background-color: #11A2FE;
}
.BgClassName
{
background-color: #11A2FE;
}
</style>
border-color css
<style>
span { border-color: #11A2FE; }
span { border-color: rgb(17,162,254); }
td.TdClassName
{
border-color: #11A2FE;
}
.TagClassName
{
border-color: #11A2FE;
}
</style>