Shades of Blue #111AEE
Tints of Blue #111AEE
RGB
CMYK
RGB Variations
Color information
#111AEE (or 0x111AEE) is known color: Blue. HEX triplet: 11, 1A and EE. RGB value is (17,26,238). Sum of RGB (Red+Green+Blue) = 17+26+238=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #111AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AEE is #EEE511. Grayscale: #2E2E2E. Windows color (decimal): -15656210 or 15604241. OLE color: 15604241.
HSL color Cylindrical-coordinate representation of color #111AEE: hue angle of 237.56º 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 #111AEE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 26 | 238 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.07 |
| HSL | 237.56º | 0.87% | 0.5% | - |
| HSV(B) | 237.56º | 0.93% | 0.93% | - |
| XYZ | 16.03 | 7.03 | 81.4 | - |
| YUV | 47.48 | 235.52 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 238 | 0.93 | 0.89 | 0 | 0.07 | 237.56 | 0.87 | 0.5 |
| Hex | 11 | 1A | EE | 5D | 59 | 0 | 7 | EE | 57 | 32 |
| Octal | 21 | 32 | 356 | 135 | 131 | 0 | 7 | 356 | 127 | 62 |
| Binary | 10001 | 11010 | 11101110 | 1011101 | 1011001 | 0 | 111 | 11101110 | 1010111 | 110010 |
Color Harmonies of #111AEE
Complementary color
Monochromatic Colors of #111AEE
Black with #111AEE
Text Example
Text Example
White with #111AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AEE; }
p { color: rgb(17,26,238); }
H1.HeaderClassName
{
color: #111AEE;
}
.AnyTagClassName
{
color: #111AEE;
}
</style>
background-color css
<style>
a { background-color: #111AEE; }
a { background-color: rgb(17,26,238); }
div.DivClassName
{
background-color: #111AEE;
}
.BgClassName
{
background-color: #111AEE;
}
</style>
border-color css
<style>
span { border-color: #111AEE; }
span { border-color: rgb(17,26,238); }
td.TdClassName
{
border-color: #111AEE;
}
.TagClassName
{
border-color: #111AEE;
}
</style>