Shades of Blue #110EEA
Tints of Blue #110EEA
RGB
CMYK
RGB Variations
Color information
#110EEA (or 0x110EEA) is known color: Blue. HEX triplet: 11, 0E and EA. RGB value is (17,14,234). Sum of RGB (Red+Green+Blue) = 17+14+234=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 234 (91.80% from 255 or 88.30% from 265); Max value from RGB is 234 - color contains mainly: blue. Hex color #110EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EEA is #EEF115. Grayscale: #272727. Windows color (decimal): -15659286 or 15339025. OLE color: 15339025.
HSL color Cylindrical-coordinate representation of color #110EEA: hue angle of 240.82º 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 #110EEA is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 14 | 234 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.08 |
| HSL | 240.82º | 0.89% | 0.49% | - |
| HSV(B) | 240.82º | 0.94% | 0.92% | - |
| XYZ | 15.24 | 6.37 | 78.27 | - |
| YUV | 39.98 | 237.49 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 234 | 0.93 | 0.94 | 0 | 0.08 | 240.82 | 0.89 | 0.49 |
| Hex | 11 | E | EA | 5D | 5E | 0 | 8 | F1 | 59 | 31 |
| Octal | 21 | 16 | 352 | 135 | 136 | 0 | 10 | 361 | 131 | 61 |
| Binary | 10001 | 1110 | 11101010 | 1011101 | 1011110 | 0 | 1000 | 11110001 | 1011001 | 110001 |
Color Harmonies of #110EEA
Complementary color
Monochromatic Colors of #110EEA
Black with #110EEA
Text Example
Text Example
White with #110EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EEA; }
p { color: rgb(17,14,234); }
H1.HeaderClassName
{
color: #110EEA;
}
.AnyTagClassName
{
color: #110EEA;
}
</style>
background-color css
<style>
a { background-color: #110EEA; }
a { background-color: rgb(17,14,234); }
div.DivClassName
{
background-color: #110EEA;
}
.BgClassName
{
background-color: #110EEA;
}
</style>
border-color css
<style>
span { border-color: #110EEA; }
span { border-color: rgb(17,14,234); }
td.TdClassName
{
border-color: #110EEA;
}
.TagClassName
{
border-color: #110EEA;
}
</style>