Shades of Medium Blue #110EBF
Tints of Medium Blue #110EBF
RGB
CMYK
RGB Variations
Color information
#110EBF (or 0x110EBF) is known color: Medium Blue. HEX triplet: 11, 0E and BF. RGB value is (17,14,191). Sum of RGB (Red+Green+Blue) = 17+14+191=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 191 (75% from 255 or 86.04% from 222); Max value from RGB is 191 - color contains mainly: blue. Hex color #110EBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EBF is #EEF140. Grayscale: #222222. Windows color (decimal): -15659329 or 12520977. OLE color: 12520977.
HSL color Cylindrical-coordinate representation of color #110EBF: hue angle of 241.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110EBF is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 14 | 191 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.25 |
| HSL | 241.02º | 0.86% | 0.4% | - |
| HSV(B) | 241.02º | 0.93% | 0.75% | - |
| XYZ | 9.79 | 4.19 | 49.58 | - |
| YUV | 35.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 191 | 0.91 | 0.93 | 0 | 0.25 | 241.02 | 0.86 | 0.4 |
| Hex | 11 | E | BF | 5B | 5D | 0 | 19 | F1 | 56 | 28 |
| Octal | 21 | 16 | 277 | 133 | 135 | 0 | 31 | 361 | 126 | 50 |
| Binary | 10001 | 1110 | 10111111 | 1011011 | 1011101 | 0 | 11001 | 11110001 | 1010110 | 101000 |
Color Harmonies of #110EBF
Complementary color
Monochromatic Colors of #110EBF
Black with #110EBF
Text Example
Text Example
White with #110EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EBF; }
p { color: rgb(17,14,191); }
H1.HeaderClassName
{
color: #110EBF;
}
.AnyTagClassName
{
color: #110EBF;
}
</style>
background-color css
<style>
a { background-color: #110EBF; }
a { background-color: rgb(17,14,191); }
div.DivClassName
{
background-color: #110EBF;
}
.BgClassName
{
background-color: #110EBF;
}
</style>
border-color css
<style>
span { border-color: #110EBF; }
span { border-color: rgb(17,14,191); }
td.TdClassName
{
border-color: #110EBF;
}
.TagClassName
{
border-color: #110EBF;
}
</style>