Shades of Blue #111AEF
Tints of Blue #111AEF
RGB
CMYK
RGB Variations
Color information
#111AEF (or 0x111AEF) is known color: Blue. HEX triplet: 11, 1A and EF. RGB value is (17,26,239). Sum of RGB (Red+Green+Blue) = 17+26+239=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #111AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AEF is #EEE510. Grayscale: #2E2E2E. Windows color (decimal): -15656209 or 15669777. OLE color: 15669777.
HSL color Cylindrical-coordinate representation of color #111AEF: hue angle of 237.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111AEF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 26 | 239 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.06 |
| HSL | 237.57º | 0.87% | 0.5% | - |
| HSV(B) | 237.57º | 0.93% | 0.94% | - |
| XYZ | 16.18 | 7.09 | 82.18 | - |
| YUV | 47.59 | 236.02 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 239 | 0.93 | 0.89 | 0 | 0.06 | 237.57 | 0.87 | 0.5 |
| Hex | 11 | 1A | EF | 5D | 59 | 0 | 6 | EE | 57 | 32 |
| Octal | 21 | 32 | 357 | 135 | 131 | 0 | 6 | 356 | 127 | 62 |
| Binary | 10001 | 11010 | 11101111 | 1011101 | 1011001 | 0 | 110 | 11101110 | 1010111 | 110010 |
Color Harmonies of #111AEF
Complementary color
Monochromatic Colors of #111AEF
Black with #111AEF
Text Example
Text Example
White with #111AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AEF; }
p { color: rgb(17,26,239); }
H1.HeaderClassName
{
color: #111AEF;
}
.AnyTagClassName
{
color: #111AEF;
}
</style>
background-color css
<style>
a { background-color: #111AEF; }
a { background-color: rgb(17,26,239); }
div.DivClassName
{
background-color: #111AEF;
}
.BgClassName
{
background-color: #111AEF;
}
</style>
border-color css
<style>
span { border-color: #111AEF; }
span { border-color: rgb(17,26,239); }
td.TdClassName
{
border-color: #111AEF;
}
.TagClassName
{
border-color: #111AEF;
}
</style>