Shades of Medium Blue #110CCD
Tints of Medium Blue #110CCD
RGB
CMYK
RGB Variations
Color information
#110CCD (or 0x110CCD) is known color: Medium Blue. HEX triplet: 11, 0C and CD. RGB value is (17,12,205). Sum of RGB (Red+Green+Blue) = 17+12+205=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #110CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CCD is #EEF332. Grayscale: #222222. Windows color (decimal): -15659827 or 13437969. OLE color: 13437969.
HSL color Cylindrical-coordinate representation of color #110CCD: hue angle of 241.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CCD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 12 | 205 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.20 |
| HSL | 241.55º | 0.89% | 0.43% | - |
| HSV(B) | 241.55º | 0.94% | 0.8% | - |
| XYZ | 11.38 | 4.79 | 58.08 | - |
| YUV | 35.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 205 | 0.92 | 0.94 | 0 | 0.20 | 241.55 | 0.89 | 0.43 |
| Hex | 11 | C | CD | 5C | 5E | 0 | 14 | F2 | 59 | 2B |
| Octal | 21 | 14 | 315 | 134 | 136 | 0 | 24 | 362 | 131 | 53 |
| Binary | 10001 | 1100 | 11001101 | 1011100 | 1011110 | 0 | 10100 | 11110010 | 1011001 | 101011 |
Color Harmonies of #110CCD
Complementary color
Monochromatic Colors of #110CCD
Black with #110CCD
Text Example
Text Example
White with #110CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CCD; }
p { color: rgb(17,12,205); }
H1.HeaderClassName
{
color: #110CCD;
}
.AnyTagClassName
{
color: #110CCD;
}
</style>
background-color css
<style>
a { background-color: #110CCD; }
a { background-color: rgb(17,12,205); }
div.DivClassName
{
background-color: #110CCD;
}
.BgClassName
{
background-color: #110CCD;
}
</style>
border-color css
<style>
span { border-color: #110CCD; }
span { border-color: rgb(17,12,205); }
td.TdClassName
{
border-color: #110CCD;
}
.TagClassName
{
border-color: #110CCD;
}
</style>