Shades of Medium Blue #110CCE
Tints of Medium Blue #110CCE
RGB
CMYK
RGB Variations
Color information
#110CCE (or 0x110CCE) is known color: Medium Blue. HEX triplet: 11, 0C and CE. RGB value is (17,12,206). Sum of RGB (Red+Green+Blue) = 17+12+206=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #110CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CCE is #EEF331. Grayscale: #222222. Windows color (decimal): -15659826 or 13503505. OLE color: 13503505.
HSL color Cylindrical-coordinate representation of color #110CCE: hue angle of 241.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CCE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 12 | 206 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.19 |
| HSL | 241.55º | 0.89% | 0.43% | - |
| HSV(B) | 241.55º | 0.94% | 0.81% | - |
| XYZ | 11.5 | 4.84 | 58.72 | - |
| YUV | 35.61 | 224.16 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 206 | 0.92 | 0.94 | 0 | 0.19 | 241.55 | 0.89 | 0.43 |
| Hex | 11 | C | CE | 5C | 5E | 0 | 13 | F2 | 59 | 2B |
| Octal | 21 | 14 | 316 | 134 | 136 | 0 | 23 | 362 | 131 | 53 |
| Binary | 10001 | 1100 | 11001110 | 1011100 | 1011110 | 0 | 10011 | 11110010 | 1011001 | 101011 |
Color Harmonies of #110CCE
Complementary color
Monochromatic Colors of #110CCE
Black with #110CCE
Text Example
Text Example
White with #110CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CCE; }
p { color: rgb(17,12,206); }
H1.HeaderClassName
{
color: #110CCE;
}
.AnyTagClassName
{
color: #110CCE;
}
</style>
background-color css
<style>
a { background-color: #110CCE; }
a { background-color: rgb(17,12,206); }
div.DivClassName
{
background-color: #110CCE;
}
.BgClassName
{
background-color: #110CCE;
}
</style>
border-color css
<style>
span { border-color: #110CCE; }
span { border-color: rgb(17,12,206); }
td.TdClassName
{
border-color: #110CCE;
}
.TagClassName
{
border-color: #110CCE;
}
</style>