Shades of Medium Blue #110CE0
Tints of Medium Blue #110CE0
RGB
CMYK
RGB Variations
Color information
#110CE0 (or 0x110CE0) is known color: Medium Blue. HEX triplet: 11, 0C and E0. RGB value is (17,12,224). Sum of RGB (Red+Green+Blue) = 17+12+224=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 224 (87.89% from 255 or 88.54% from 253); Max value from RGB is 224 - color contains mainly: blue. Hex color #110CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CE0 is #EEF31F. Grayscale: #242424. Windows color (decimal): -15659808 or 14683153. OLE color: 14683153.
HSL color Cylindrical-coordinate representation of color #110CE0: hue angle of 241.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CE0 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 12 | 224 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.12 |
| HSL | 241.42º | 0.9% | 0.46% | - |
| HSV(B) | 241.42º | 0.95% | 0.88% | - |
| XYZ | 13.82 | 5.76 | 70.91 | - |
| YUV | 37.66 | 233.16 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 224 | 0.92 | 0.95 | 0 | 0.12 | 241.42 | 0.9 | 0.46 |
| Hex | 11 | C | E0 | 5C | 5F | 0 | C | F1 | 5A | 2E |
| Octal | 21 | 14 | 340 | 134 | 137 | 0 | 14 | 361 | 132 | 56 |
| Binary | 10001 | 1100 | 11100000 | 1011100 | 1011111 | 0 | 1100 | 11110001 | 1011010 | 101110 |
Color Harmonies of #110CE0
Complementary color
Monochromatic Colors of #110CE0
Black with #110CE0
Text Example
Text Example
White with #110CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CE0; }
p { color: rgb(17,12,224); }
H1.HeaderClassName
{
color: #110CE0;
}
.AnyTagClassName
{
color: #110CE0;
}
</style>
background-color css
<style>
a { background-color: #110CE0; }
a { background-color: rgb(17,12,224); }
div.DivClassName
{
background-color: #110CE0;
}
.BgClassName
{
background-color: #110CE0;
}
</style>
border-color css
<style>
span { border-color: #110CE0; }
span { border-color: rgb(17,12,224); }
td.TdClassName
{
border-color: #110CE0;
}
.TagClassName
{
border-color: #110CE0;
}
</style>