Shades of Medium Blue #1116DE
Tints of Medium Blue #1116DE
RGB
CMYK
RGB Variations
Color information
#1116DE (or 0x1116DE) is known color: Medium Blue. HEX triplet: 11, 16 and DE. RGB value is (17,22,222). Sum of RGB (Red+Green+Blue) = 17+22+222=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #1116DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116DE is #EEE921. Grayscale: #2A2A2A. Windows color (decimal): -15657250 or 14554641. OLE color: 14554641.
HSL color Cylindrical-coordinate representation of color #1116DE: hue angle of 238.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1116DE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 22 | 222 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.13 |
| HSL | 238.54º | 0.86% | 0.47% | - |
| HSV(B) | 238.54º | 0.92% | 0.87% | - |
| XYZ | 13.7 | 5.97 | 69.54 | - |
| YUV | 43.31 | 228.84 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 222 | 0.92 | 0.90 | 0 | 0.13 | 238.54 | 0.86 | 0.47 |
| Hex | 11 | 16 | DE | 5C | 5A | 0 | D | EF | 56 | 2F |
| Octal | 21 | 26 | 336 | 134 | 132 | 0 | 15 | 357 | 126 | 57 |
| Binary | 10001 | 10110 | 11011110 | 1011100 | 1011010 | 0 | 1101 | 11101111 | 1010110 | 101111 |
Color Harmonies of #1116DE
Complementary color
Monochromatic Colors of #1116DE
Black with #1116DE
Text Example
Text Example
White with #1116DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116DE; }
p { color: rgb(17,22,222); }
H1.HeaderClassName
{
color: #1116DE;
}
.AnyTagClassName
{
color: #1116DE;
}
</style>
background-color css
<style>
a { background-color: #1116DE; }
a { background-color: rgb(17,22,222); }
div.DivClassName
{
background-color: #1116DE;
}
.BgClassName
{
background-color: #1116DE;
}
</style>
border-color css
<style>
span { border-color: #1116DE; }
span { border-color: rgb(17,22,222); }
td.TdClassName
{
border-color: #1116DE;
}
.TagClassName
{
border-color: #1116DE;
}
</style>