Shades of Medium Blue #1115CE
Tints of Medium Blue #1115CE
RGB
CMYK
RGB Variations
Color information
#1115CE (or 0x1115CE) is known color: Medium Blue. HEX triplet: 11, 15 and CE. RGB value is (17,21,206). Sum of RGB (Red+Green+Blue) = 17+21+206=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #1115CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115CE is #EEEA31. Grayscale: #282828. Windows color (decimal): -15657522 or 13505809. OLE color: 13505809.
HSL color Cylindrical-coordinate representation of color #1115CE: hue angle of 238.73º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1115CE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 21 | 206 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.19 |
| HSL | 238.73º | 0.85% | 0.44% | - |
| HSV(B) | 238.73º | 0.92% | 0.81% | - |
| XYZ | 11.64 | 5.11 | 58.77 | - |
| YUV | 40.89 | 221.17 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 206 | 0.92 | 0.90 | 0 | 0.19 | 238.73 | 0.85 | 0.44 |
| Hex | 11 | 15 | CE | 5C | 5A | 0 | 13 | EF | 55 | 2C |
| Octal | 21 | 25 | 316 | 134 | 132 | 0 | 23 | 357 | 125 | 54 |
| Binary | 10001 | 10101 | 11001110 | 1011100 | 1011010 | 0 | 10011 | 11101111 | 1010101 | 101100 |
Color Harmonies of #1115CE
Complementary color
Monochromatic Colors of #1115CE
Black with #1115CE
Text Example
Text Example
White with #1115CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1115CE; }
p { color: rgb(17,21,206); }
H1.HeaderClassName
{
color: #1115CE;
}
.AnyTagClassName
{
color: #1115CE;
}
</style>
background-color css
<style>
a { background-color: #1115CE; }
a { background-color: rgb(17,21,206); }
div.DivClassName
{
background-color: #1115CE;
}
.BgClassName
{
background-color: #1115CE;
}
</style>
border-color css
<style>
span { border-color: #1115CE; }
span { border-color: rgb(17,21,206); }
td.TdClassName
{
border-color: #1115CE;
}
.TagClassName
{
border-color: #1115CE;
}
</style>