Shades of Denim #114DD0
Tints of Denim #114DD0
RGB
CMYK
RGB Variations
Color information
#114DD0 (or 0x114DD0) is known color: Denim. HEX triplet: 11, 4D and D0. RGB value is (17,77,208). Sum of RGB (Red+Green+Blue) = 17+77+208=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #114DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DD0 is #EEB22F. Grayscale: #494949. Windows color (decimal): -15643184 or 13651217. OLE color: 13651217.
HSL color Cylindrical-coordinate representation of color #114DD0: hue angle of 221.15º 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 #114DD0 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 77 | 208 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.18 |
| HSL | 221.15º | 0.85% | 0.44% | - |
| HSV(B) | 221.15º | 0.92% | 0.82% | - |
| XYZ | 14.27 | 9.98 | 60.85 | - |
| YUV | 73.99 | 203.62 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 208 | 0.92 | 0.63 | 0 | 0.18 | 221.15 | 0.85 | 0.44 |
| Hex | 11 | 4D | D0 | 5C | 3F | 0 | 12 | DD | 55 | 2C |
| Octal | 21 | 115 | 320 | 134 | 77 | 0 | 22 | 335 | 125 | 54 |
| Binary | 10001 | 1001101 | 11010000 | 1011100 | 111111 | 0 | 10010 | 11011101 | 1010101 | 101100 |
Color Harmonies of #114DD0
Complementary color
Monochromatic Colors of #114DD0
Black with #114DD0
Text Example
Text Example
White with #114DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DD0; }
p { color: rgb(17,77,208); }
H1.HeaderClassName
{
color: #114DD0;
}
.AnyTagClassName
{
color: #114DD0;
}
</style>
background-color css
<style>
a { background-color: #114DD0; }
a { background-color: rgb(17,77,208); }
div.DivClassName
{
background-color: #114DD0;
}
.BgClassName
{
background-color: #114DD0;
}
</style>
border-color css
<style>
span { border-color: #114DD0; }
span { border-color: rgb(17,77,208); }
td.TdClassName
{
border-color: #114DD0;
}
.TagClassName
{
border-color: #114DD0;
}
</style>