Shades of Denim #114ED0
Tints of Denim #114ED0
RGB
CMYK
RGB Variations
Color information
#114ED0 (or 0x114ED0) is known color: Denim. HEX triplet: 11, 4E and D0. RGB value is (17,78,208). Sum of RGB (Red+Green+Blue) = 17+78+208=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #114ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ED0 is #EEB12F. Grayscale: #4A4A4A. Windows color (decimal): -15642928 or 13651473. OLE color: 13651473.
HSL color Cylindrical-coordinate representation of color #114ED0: hue angle of 220.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ED0 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 78 | 208 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.18 |
| HSL | 220.84º | 0.85% | 0.44% | - |
| HSV(B) | 220.84º | 0.92% | 0.82% | - |
| XYZ | 14.34 | 10.12 | 60.87 | - |
| YUV | 74.58 | 203.29 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 208 | 0.92 | 0.62 | 0 | 0.18 | 220.84 | 0.85 | 0.44 |
| Hex | 11 | 4E | D0 | 5C | 3E | 0 | 12 | DD | 55 | 2C |
| Octal | 21 | 116 | 320 | 134 | 76 | 0 | 22 | 335 | 125 | 54 |
| Binary | 10001 | 1001110 | 11010000 | 1011100 | 111110 | 0 | 10010 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114ED0
Complementary color
Monochromatic Colors of #114ED0
Black with #114ED0
Text Example
Text Example
White with #114ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ED0; }
p { color: rgb(17,78,208); }
H1.HeaderClassName
{
color: #114ED0;
}
.AnyTagClassName
{
color: #114ED0;
}
</style>
background-color css
<style>
a { background-color: #114ED0; }
a { background-color: rgb(17,78,208); }
div.DivClassName
{
background-color: #114ED0;
}
.BgClassName
{
background-color: #114ED0;
}
</style>
border-color css
<style>
span { border-color: #114ED0; }
span { border-color: rgb(17,78,208); }
td.TdClassName
{
border-color: #114ED0;
}
.TagClassName
{
border-color: #114ED0;
}
</style>