Shades of Medium Blue #110ACE
Tints of Medium Blue #110ACE
RGB
CMYK
RGB Variations
Color information
#110ACE (or 0x110ACE) is known color: Medium Blue. HEX triplet: 11, 0A and CE. RGB value is (17,10,206). Sum of RGB (Red+Green+Blue) = 17+10+206=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #110ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ACE is #EEF531. Grayscale: #212121. Windows color (decimal): -15660338 or 13502993. OLE color: 13502993.
HSL color Cylindrical-coordinate representation of color #110ACE: hue angle of 242.14º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110ACE is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 10 | 206 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.19 |
| HSL | 242.14º | 0.91% | 0.42% | - |
| HSV(B) | 242.14º | 0.95% | 0.81% | - |
| XYZ | 11.48 | 4.79 | 58.71 | - |
| YUV | 34.44 | 224.82 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 206 | 0.92 | 0.95 | 0 | 0.19 | 242.14 | 0.91 | 0.42 |
| Hex | 11 | A | CE | 5C | 5F | 0 | 13 | F2 | 5B | 2A |
| Octal | 21 | 12 | 316 | 134 | 137 | 0 | 23 | 362 | 133 | 52 |
| Binary | 10001 | 1010 | 11001110 | 1011100 | 1011111 | 0 | 10011 | 11110010 | 1011011 | 101010 |
Color Harmonies of #110ACE
Complementary color
Monochromatic Colors of #110ACE
Black with #110ACE
Text Example
Text Example
White with #110ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110ACE; }
p { color: rgb(17,10,206); }
H1.HeaderClassName
{
color: #110ACE;
}
.AnyTagClassName
{
color: #110ACE;
}
</style>
background-color css
<style>
a { background-color: #110ACE; }
a { background-color: rgb(17,10,206); }
div.DivClassName
{
background-color: #110ACE;
}
.BgClassName
{
background-color: #110ACE;
}
</style>
border-color css
<style>
span { border-color: #110ACE; }
span { border-color: rgb(17,10,206); }
td.TdClassName
{
border-color: #110ACE;
}
.TagClassName
{
border-color: #110ACE;
}
</style>