Shades of Blue #110EEC
Tints of Blue #110EEC
RGB
CMYK
RGB Variations
Color information
#110EEC (or 0x110EEC) is known color: Blue. HEX triplet: 11, 0E and EC. RGB value is (17,14,236). Sum of RGB (Red+Green+Blue) = 17+14+236=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 236 (92.58% from 255 or 88.39% from 267); Max value from RGB is 236 - color contains mainly: blue. Hex color #110EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EEC is #EEF113. Grayscale: #272727. Windows color (decimal): -15659284 or 15470097. OLE color: 15470097.
HSL color Cylindrical-coordinate representation of color #110EEC: hue angle of 240.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EEC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 14 | 236 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.07 |
| HSL | 240.81º | 0.89% | 0.49% | - |
| HSV(B) | 240.81º | 0.94% | 0.93% | - |
| XYZ | 15.53 | 6.49 | 79.79 | - |
| YUV | 40.21 | 238.49 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 236 | 0.93 | 0.94 | 0 | 0.07 | 240.81 | 0.89 | 0.49 |
| Hex | 11 | E | EC | 5D | 5E | 0 | 7 | F1 | 59 | 31 |
| Octal | 21 | 16 | 354 | 135 | 136 | 0 | 7 | 361 | 131 | 61 |
| Binary | 10001 | 1110 | 11101100 | 1011101 | 1011110 | 0 | 111 | 11110001 | 1011001 | 110001 |
Color Harmonies of #110EEC
Complementary color
Monochromatic Colors of #110EEC
Black with #110EEC
Text Example
Text Example
White with #110EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EEC; }
p { color: rgb(17,14,236); }
H1.HeaderClassName
{
color: #110EEC;
}
.AnyTagClassName
{
color: #110EEC;
}
</style>
background-color css
<style>
a { background-color: #110EEC; }
a { background-color: rgb(17,14,236); }
div.DivClassName
{
background-color: #110EEC;
}
.BgClassName
{
background-color: #110EEC;
}
</style>
border-color css
<style>
span { border-color: #110EEC; }
span { border-color: rgb(17,14,236); }
td.TdClassName
{
border-color: #110EEC;
}
.TagClassName
{
border-color: #110EEC;
}
</style>