Shades of Blue #110EEB
Tints of Blue #110EEB
RGB
CMYK
RGB Variations
Color information
#110EEB (or 0x110EEB) is known color: Blue. HEX triplet: 11, 0E and EB. RGB value is (17,14,235). Sum of RGB (Red+Green+Blue) = 17+14+235=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #110EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EEB is #EEF114. Grayscale: #272727. Windows color (decimal): -15659285 or 15404561. OLE color: 15404561.
HSL color Cylindrical-coordinate representation of color #110EEB: hue angle of 240.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EEB is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 14 | 235 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.08 |
| HSL | 240.81º | 0.89% | 0.49% | - |
| HSV(B) | 240.81º | 0.94% | 0.92% | - |
| XYZ | 15.38 | 6.43 | 79.03 | - |
| YUV | 40.09 | 237.99 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 235 | 0.93 | 0.94 | 0 | 0.08 | 240.81 | 0.89 | 0.49 |
| Hex | 11 | E | EB | 5D | 5E | 0 | 8 | F1 | 59 | 31 |
| Octal | 21 | 16 | 353 | 135 | 136 | 0 | 10 | 361 | 131 | 61 |
| Binary | 10001 | 1110 | 11101011 | 1011101 | 1011110 | 0 | 1000 | 11110001 | 1011001 | 110001 |
Color Harmonies of #110EEB
Complementary color
Monochromatic Colors of #110EEB
Black with #110EEB
Text Example
Text Example
White with #110EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EEB; }
p { color: rgb(17,14,235); }
H1.HeaderClassName
{
color: #110EEB;
}
.AnyTagClassName
{
color: #110EEB;
}
</style>
background-color css
<style>
a { background-color: #110EEB; }
a { background-color: rgb(17,14,235); }
div.DivClassName
{
background-color: #110EEB;
}
.BgClassName
{
background-color: #110EEB;
}
</style>
border-color css
<style>
span { border-color: #110EEB; }
span { border-color: rgb(17,14,235); }
td.TdClassName
{
border-color: #110EEB;
}
.TagClassName
{
border-color: #110EEB;
}
</style>