Shades of Medium Blue #1115DE
Tints of Medium Blue #1115DE
RGB
CMYK
RGB Variations
Color information
#1115DE (or 0x1115DE) is known color: Medium Blue. HEX triplet: 11, 15 and DE. RGB value is (17,21,222). Sum of RGB (Red+Green+Blue) = 17+21+222=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 222 (87.11% from 255 or 85.38% from 260); Max value from RGB is 222 - color contains mainly: blue. Hex color #1115DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115DE is #EEEA21. Grayscale: #292929. Windows color (decimal): -15657506 or 14554385. OLE color: 14554385.
HSL color Cylindrical-coordinate representation of color #1115DE: hue angle of 238.83º 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 #1115DE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 21 | 222 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 238.83º | 0.86% | 0.47% | - |
| HSV(B) | 238.83º | 0.92% | 0.87% | - |
| XYZ | 13.68 | 5.93 | 69.53 | - |
| YUV | 42.72 | 229.17 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 222 | 0.92 | 0.91 | 0 | 0.13 | 238.83 | 0.86 | 0.47 |
| Hex | 11 | 15 | DE | 5C | 5B | 0 | D | EF | 56 | 2F |
| Octal | 21 | 25 | 336 | 134 | 133 | 0 | 15 | 357 | 126 | 57 |
| Binary | 10001 | 10101 | 11011110 | 1011100 | 1011011 | 0 | 1101 | 11101111 | 1010110 | 101111 |
Color Harmonies of #1115DE
Complementary color
Monochromatic Colors of #1115DE
Black with #1115DE
Text Example
Text Example
White with #1115DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1115DE; }
p { color: rgb(17,21,222); }
H1.HeaderClassName
{
color: #1115DE;
}
.AnyTagClassName
{
color: #1115DE;
}
</style>
background-color css
<style>
a { background-color: #1115DE; }
a { background-color: rgb(17,21,222); }
div.DivClassName
{
background-color: #1115DE;
}
.BgClassName
{
background-color: #1115DE;
}
</style>
border-color css
<style>
span { border-color: #1115DE; }
span { border-color: rgb(17,21,222); }
td.TdClassName
{
border-color: #1115DE;
}
.TagClassName
{
border-color: #1115DE;
}
</style>