Shades of Medium Blue #110ADF
Tints of Medium Blue #110ADF
RGB
CMYK
RGB Variations
Color information
#110ADF (or 0x110ADF) is known color: Medium Blue. HEX triplet: 11, 0A and DF. RGB value is (17,10,223). Sum of RGB (Red+Green+Blue) = 17+10+223=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #110ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ADF is #EEF520. Grayscale: #232323. Windows color (decimal): -15660321 or 14617105. OLE color: 14617105.
HSL color Cylindrical-coordinate representation of color #110ADF: hue angle of 241.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110ADF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 10 | 223 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 241.97º | 0.91% | 0.46% | - |
| HSV(B) | 241.97º | 0.96% | 0.87% | - |
| XYZ | 13.66 | 5.66 | 70.19 | - |
| YUV | 36.38 | 233.32 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 223 | 0.92 | 0.96 | 0 | 0.13 | 241.97 | 0.91 | 0.46 |
| Hex | 11 | A | DF | 5C | 60 | 0 | D | F2 | 5B | 2E |
| Octal | 21 | 12 | 337 | 134 | 140 | 0 | 15 | 362 | 133 | 56 |
| Binary | 10001 | 1010 | 11011111 | 1011100 | 1100000 | 0 | 1101 | 11110010 | 1011011 | 101110 |
Color Harmonies of #110ADF
Complementary color
Monochromatic Colors of #110ADF
Black with #110ADF
Text Example
Text Example
White with #110ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110ADF; }
p { color: rgb(17,10,223); }
H1.HeaderClassName
{
color: #110ADF;
}
.AnyTagClassName
{
color: #110ADF;
}
</style>
background-color css
<style>
a { background-color: #110ADF; }
a { background-color: rgb(17,10,223); }
div.DivClassName
{
background-color: #110ADF;
}
.BgClassName
{
background-color: #110ADF;
}
</style>
border-color css
<style>
span { border-color: #110ADF; }
span { border-color: rgb(17,10,223); }
td.TdClassName
{
border-color: #110ADF;
}
.TagClassName
{
border-color: #110ADF;
}
</style>