Shades of Medium Blue #110EDB
Tints of Medium Blue #110EDB
RGB
CMYK
RGB Variations
Color information
#110EDB (or 0x110EDB) is known color: Medium Blue. HEX triplet: 11, 0E and DB. RGB value is (17,14,219). Sum of RGB (Red+Green+Blue) = 17+14+219=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #110EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EDB is #EEF124. Grayscale: #252525. Windows color (decimal): -15659301 or 14355985. OLE color: 14355985.
HSL color Cylindrical-coordinate representation of color #110EDB: hue angle of 240.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EDB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 14 | 219 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.14 |
| HSL | 240.88º | 0.88% | 0.46% | - |
| HSV(B) | 240.88º | 0.94% | 0.86% | - |
| XYZ | 13.17 | 5.55 | 67.39 | - |
| YUV | 38.27 | 229.99 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 219 | 0.92 | 0.94 | 0 | 0.14 | 240.88 | 0.88 | 0.46 |
| Hex | 11 | E | DB | 5C | 5E | 0 | E | F1 | 58 | 2E |
| Octal | 21 | 16 | 333 | 134 | 136 | 0 | 16 | 361 | 130 | 56 |
| Binary | 10001 | 1110 | 11011011 | 1011100 | 1011110 | 0 | 1110 | 11110001 | 1011000 | 101110 |
Color Harmonies of #110EDB
Complementary color
Monochromatic Colors of #110EDB
Black with #110EDB
Text Example
Text Example
White with #110EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EDB; }
p { color: rgb(17,14,219); }
H1.HeaderClassName
{
color: #110EDB;
}
.AnyTagClassName
{
color: #110EDB;
}
</style>
background-color css
<style>
a { background-color: #110EDB; }
a { background-color: rgb(17,14,219); }
div.DivClassName
{
background-color: #110EDB;
}
.BgClassName
{
background-color: #110EDB;
}
</style>
border-color css
<style>
span { border-color: #110EDB; }
span { border-color: rgb(17,14,219); }
td.TdClassName
{
border-color: #110EDB;
}
.TagClassName
{
border-color: #110EDB;
}
</style>