Shades of Medium Blue #110EDE
Tints of Medium Blue #110EDE
RGB
CMYK
RGB Variations
Color information
#110EDE (or 0x110EDE) is known color: Medium Blue. HEX triplet: 11, 0E and DE. RGB value is (17,14,222). Sum of RGB (Red+Green+Blue) = 17+14+222=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #110EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EDE is #EEF121. Grayscale: #252525. Windows color (decimal): -15659298 or 14552593. OLE color: 14552593.
HSL color Cylindrical-coordinate representation of color #110EDE: hue angle of 240.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EDE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 14 | 222 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.13 |
| HSL | 240.87º | 0.88% | 0.46% | - |
| HSV(B) | 240.87º | 0.94% | 0.87% | - |
| XYZ | 13.57 | 5.71 | 69.49 | - |
| YUV | 38.61 | 231.49 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 222 | 0.92 | 0.94 | 0 | 0.13 | 240.87 | 0.88 | 0.46 |
| Hex | 11 | E | DE | 5C | 5E | 0 | D | F1 | 58 | 2E |
| Octal | 21 | 16 | 336 | 134 | 136 | 0 | 15 | 361 | 130 | 56 |
| Binary | 10001 | 1110 | 11011110 | 1011100 | 1011110 | 0 | 1101 | 11110001 | 1011000 | 101110 |
Color Harmonies of #110EDE
Complementary color
Monochromatic Colors of #110EDE
Black with #110EDE
Text Example
Text Example
White with #110EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EDE; }
p { color: rgb(17,14,222); }
H1.HeaderClassName
{
color: #110EDE;
}
.AnyTagClassName
{
color: #110EDE;
}
</style>
background-color css
<style>
a { background-color: #110EDE; }
a { background-color: rgb(17,14,222); }
div.DivClassName
{
background-color: #110EDE;
}
.BgClassName
{
background-color: #110EDE;
}
</style>
border-color css
<style>
span { border-color: #110EDE; }
span { border-color: rgb(17,14,222); }
td.TdClassName
{
border-color: #110EDE;
}
.TagClassName
{
border-color: #110EDE;
}
</style>