Shades of Medium Blue #1110CE
Tints of Medium Blue #1110CE
RGB
CMYK
RGB Variations
Color information
#1110CE (or 0x1110CE) is known color: Medium Blue. HEX triplet: 11, 10 and CE. RGB value is (17,16,206). Sum of RGB (Red+Green+Blue) = 17+16+206=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #1110CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1110CE is #EEEF31. Grayscale: #252525. Windows color (decimal): -15658802 or 13504529. OLE color: 13504529.
HSL color Cylindrical-coordinate representation of color #1110CE: hue angle of 240.32º degrees, saturation: 0.86, 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 #1110CE is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 16 | 206 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.19 |
| HSL | 240.32º | 0.86% | 0.44% | - |
| HSV(B) | 240.32º | 0.92% | 0.81% | - |
| XYZ | 11.56 | 4.95 | 58.74 | - |
| YUV | 37.96 | 222.83 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 206 | 0.92 | 0.92 | 0 | 0.19 | 240.32 | 0.86 | 0.44 |
| Hex | 11 | 10 | CE | 5C | 5C | 0 | 13 | F0 | 56 | 2C |
| Octal | 21 | 20 | 316 | 134 | 134 | 0 | 23 | 360 | 126 | 54 |
| Binary | 10001 | 10000 | 11001110 | 1011100 | 1011100 | 0 | 10011 | 11110000 | 1010110 | 101100 |
Color Harmonies of #1110CE
Complementary color
Monochromatic Colors of #1110CE
Black with #1110CE
Text Example
Text Example
White with #1110CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1110CE; }
p { color: rgb(17,16,206); }
H1.HeaderClassName
{
color: #1110CE;
}
.AnyTagClassName
{
color: #1110CE;
}
</style>
background-color css
<style>
a { background-color: #1110CE; }
a { background-color: rgb(17,16,206); }
div.DivClassName
{
background-color: #1110CE;
}
.BgClassName
{
background-color: #1110CE;
}
</style>
border-color css
<style>
span { border-color: #1110CE; }
span { border-color: rgb(17,16,206); }
td.TdClassName
{
border-color: #1110CE;
}
.TagClassName
{
border-color: #1110CE;
}
</style>