Shades of Medium Blue #110AE5
Tints of Medium Blue #110AE5
RGB
CMYK
RGB Variations
Color information
#110AE5 (or 0x110AE5) is known color: Medium Blue. HEX triplet: 11, 0A and E5. RGB value is (17,10,229). Sum of RGB (Red+Green+Blue) = 17+10+229=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 229 (89.84% from 255 or 89.45% from 256); Max value from RGB is 229 - color contains mainly: blue. Hex color #110AE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110AE5 is #EEF51A. Grayscale: #242424. Windows color (decimal): -15660315 or 15010321. OLE color: 15010321.
HSL color Cylindrical-coordinate representation of color #110AE5: hue angle of 241.92º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110AE5 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 10 | 229 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.10 |
| HSL | 241.92º | 0.92% | 0.47% | - |
| HSV(B) | 241.92º | 0.96% | 0.9% | - |
| XYZ | 14.48 | 5.99 | 74.52 | - |
| YUV | 37.06 | 236.32 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 229 | 0.93 | 0.96 | 0 | 0.10 | 241.92 | 0.92 | 0.47 |
| Hex | 11 | A | E5 | 5D | 60 | 0 | A | F2 | 5C | 2F |
| Octal | 21 | 12 | 345 | 135 | 140 | 0 | 12 | 362 | 134 | 57 |
| Binary | 10001 | 1010 | 11100101 | 1011101 | 1100000 | 0 | 1010 | 11110010 | 1011100 | 101111 |
Color Harmonies of #110AE5
Complementary color
Monochromatic Colors of #110AE5
Black with #110AE5
Text Example
Text Example
White with #110AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AE5; }
p { color: rgb(17,10,229); }
H1.HeaderClassName
{
color: #110AE5;
}
.AnyTagClassName
{
color: #110AE5;
}
</style>
background-color css
<style>
a { background-color: #110AE5; }
a { background-color: rgb(17,10,229); }
div.DivClassName
{
background-color: #110AE5;
}
.BgClassName
{
background-color: #110AE5;
}
</style>
border-color css
<style>
span { border-color: #110AE5; }
span { border-color: rgb(17,10,229); }
td.TdClassName
{
border-color: #110AE5;
}
.TagClassName
{
border-color: #110AE5;
}
</style>