Shades of Denim #114ED6
Tints of Denim #114ED6
RGB
CMYK
RGB Variations
Color information
#114ED6 (or 0x114ED6) is known color: Denim. HEX triplet: 11, 4E and D6. RGB value is (17,78,214). Sum of RGB (Red+Green+Blue) = 17+78+214=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #114ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114ED6 is #EEB129. Grayscale: #4A4A4A. Windows color (decimal): -15642922 or 14044689. OLE color: 14044689.
HSL color Cylindrical-coordinate representation of color #114ED6: hue angle of 221.42º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ED6 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 78 | 214 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.16 |
| HSL | 221.42º | 0.85% | 0.45% | - |
| HSV(B) | 221.42º | 0.92% | 0.84% | - |
| XYZ | 15.09 | 10.42 | 64.83 | - |
| YUV | 75.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 214 | 0.92 | 0.64 | 0 | 0.16 | 221.42 | 0.85 | 0.45 |
| Hex | 11 | 4E | D6 | 5C | 40 | 0 | 10 | DD | 55 | 2D |
| Octal | 21 | 116 | 326 | 134 | 100 | 0 | 20 | 335 | 125 | 55 |
| Binary | 10001 | 1001110 | 11010110 | 1011100 | 1000000 | 0 | 10000 | 11011101 | 1010101 | 101101 |
Color Harmonies of #114ED6
Complementary color
Monochromatic Colors of #114ED6
Black with #114ED6
Text Example
Text Example
White with #114ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ED6; }
p { color: rgb(17,78,214); }
H1.HeaderClassName
{
color: #114ED6;
}
.AnyTagClassName
{
color: #114ED6;
}
</style>
background-color css
<style>
a { background-color: #114ED6; }
a { background-color: rgb(17,78,214); }
div.DivClassName
{
background-color: #114ED6;
}
.BgClassName
{
background-color: #114ED6;
}
</style>
border-color css
<style>
span { border-color: #114ED6; }
span { border-color: rgb(17,78,214); }
td.TdClassName
{
border-color: #114ED6;
}
.TagClassName
{
border-color: #114ED6;
}
</style>