Shades of Dodger Blue #1AA1EC
Tints of Dodger Blue #1AA1EC
RGB
CMYK
RGB Variations
Color information
#1AA1EC (or 0x1AA1EC) is known color: Dodger Blue. HEX triplet: 1A, A1 and EC. RGB value is (26,161,236). Sum of RGB (Red+Green+Blue) = 26+161+236=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AA1EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA1EC is #E55E13. Grayscale: #808080. Windows color (decimal): -15031828 or 15507738. OLE color: 15507738.
HSL color Cylindrical-coordinate representation of color #1AA1EC: hue angle of 201.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA1EC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 161 | 236 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.07 |
| HSL | 201.43º | 0.85% | 0.51% | - |
| HSV(B) | 201.43º | 0.89% | 0.93% | - |
| XYZ | 28.31 | 31.77 | 84 | - |
| YUV | 129.19 | 188.27 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 236 | 0.89 | 0.32 | 0 | 0.07 | 201.43 | 0.85 | 0.51 |
| Hex | 1A | A1 | EC | 59 | 20 | 0 | 7 | C9 | 55 | 33 |
| Octal | 32 | 241 | 354 | 131 | 40 | 0 | 7 | 311 | 125 | 63 |
| Binary | 11010 | 10100001 | 11101100 | 1011001 | 100000 | 0 | 111 | 11001001 | 1010101 | 110011 |
Color Harmonies of #1AA1EC
Complementary color
Monochromatic Colors of #1AA1EC
Black with #1AA1EC
Text Example
Text Example
White with #1AA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA1EC; }
p { color: rgb(26,161,236); }
H1.HeaderClassName
{
color: #1AA1EC;
}
.AnyTagClassName
{
color: #1AA1EC;
}
</style>
background-color css
<style>
a { background-color: #1AA1EC; }
a { background-color: rgb(26,161,236); }
div.DivClassName
{
background-color: #1AA1EC;
}
.BgClassName
{
background-color: #1AA1EC;
}
</style>
border-color css
<style>
span { border-color: #1AA1EC; }
span { border-color: rgb(26,161,236); }
td.TdClassName
{
border-color: #1AA1EC;
}
.TagClassName
{
border-color: #1AA1EC;
}
</style>