Shades of Medium Blue #110EDF
Tints of Medium Blue #110EDF
RGB
CMYK
RGB Variations
Color information
#110EDF (or 0x110EDF) is known color: Medium Blue. HEX triplet: 11, 0E and DF. RGB value is (17,14,223). Sum of RGB (Red+Green+Blue) = 17+14+223=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #110EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EDF is #EEF120. Grayscale: #252525. Windows color (decimal): -15659297 or 14618129. OLE color: 14618129.
HSL color Cylindrical-coordinate representation of color #110EDF: hue angle of 240.86º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EDF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 14 | 223 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.13 |
| HSL | 240.86º | 0.88% | 0.46% | - |
| HSV(B) | 240.86º | 0.94% | 0.87% | - |
| XYZ | 13.71 | 5.76 | 70.2 | - |
| YUV | 38.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 223 | 0.92 | 0.94 | 0 | 0.13 | 240.86 | 0.88 | 0.46 |
| Hex | 11 | E | DF | 5C | 5E | 0 | D | F1 | 58 | 2E |
| Octal | 21 | 16 | 337 | 134 | 136 | 0 | 15 | 361 | 130 | 56 |
| Binary | 10001 | 1110 | 11011111 | 1011100 | 1011110 | 0 | 1101 | 11110001 | 1011000 | 101110 |
Color Harmonies of #110EDF
Complementary color
Monochromatic Colors of #110EDF
Black with #110EDF
Text Example
Text Example
White with #110EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EDF; }
p { color: rgb(17,14,223); }
H1.HeaderClassName
{
color: #110EDF;
}
.AnyTagClassName
{
color: #110EDF;
}
</style>
background-color css
<style>
a { background-color: #110EDF; }
a { background-color: rgb(17,14,223); }
div.DivClassName
{
background-color: #110EDF;
}
.BgClassName
{
background-color: #110EDF;
}
</style>
border-color css
<style>
span { border-color: #110EDF; }
span { border-color: rgb(17,14,223); }
td.TdClassName
{
border-color: #110EDF;
}
.TagClassName
{
border-color: #110EDF;
}
</style>