Shades of Medium Blue #110CC8
Tints of Medium Blue #110CC8
RGB
CMYK
RGB Variations
Color information
#110CC8 (or 0x110CC8) is known color: Medium Blue. HEX triplet: 11, 0C and C8. RGB value is (17,12,200). Sum of RGB (Red+Green+Blue) = 17+12+200=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 200 (78.52% from 255 or 87.34% from 229); Max value from RGB is 200 - color contains mainly: blue. Hex color #110CC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CC8 is #EEF337. Grayscale: #222222. Windows color (decimal): -15659832 or 13110289. OLE color: 13110289.
HSL color Cylindrical-coordinate representation of color #110CC8: hue angle of 241.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CC8 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 12 | 200 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.22 |
| HSL | 241.6º | 0.89% | 0.42% | - |
| HSV(B) | 241.6º | 0.94% | 0.78% | - |
| XYZ | 10.79 | 4.55 | 54.95 | - |
| YUV | 34.93 | 221.16 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 200 | 0.92 | 0.94 | 0 | 0.22 | 241.6 | 0.89 | 0.42 |
| Hex | 11 | C | C8 | 5C | 5E | 0 | 16 | F2 | 59 | 2A |
| Octal | 21 | 14 | 310 | 134 | 136 | 0 | 26 | 362 | 131 | 52 |
| Binary | 10001 | 1100 | 11001000 | 1011100 | 1011110 | 0 | 10110 | 11110010 | 1011001 | 101010 |
Color Harmonies of #110CC8
Complementary color
Monochromatic Colors of #110CC8
Black with #110CC8
Text Example
Text Example
White with #110CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CC8; }
p { color: rgb(17,12,200); }
H1.HeaderClassName
{
color: #110CC8;
}
.AnyTagClassName
{
color: #110CC8;
}
</style>
background-color css
<style>
a { background-color: #110CC8; }
a { background-color: rgb(17,12,200); }
div.DivClassName
{
background-color: #110CC8;
}
.BgClassName
{
background-color: #110CC8;
}
</style>
border-color css
<style>
span { border-color: #110CC8; }
span { border-color: rgb(17,12,200); }
td.TdClassName
{
border-color: #110CC8;
}
.TagClassName
{
border-color: #110CC8;
}
</style>