Shades of Denim #115ED0
Tints of Denim #115ED0
RGB
CMYK
RGB Variations
Color information
#115ED0 (or 0x115ED0) is known color: Denim. HEX triplet: 11, 5E and D0. RGB value is (17,94,208). Sum of RGB (Red+Green+Blue) = 17+94+208=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #115ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ED0 is #EEA12F. Grayscale: #535353. Windows color (decimal): -15638832 or 13655569. OLE color: 13655569.
HSL color Cylindrical-coordinate representation of color #115ED0: hue angle of 215.81º 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 #115ED0 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 94 | 208 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.18 |
| HSL | 215.81º | 0.85% | 0.44% | - |
| HSV(B) | 215.81º | 0.92% | 0.82% | - |
| XYZ | 15.62 | 12.68 | 61.3 | - |
| YUV | 83.97 | 197.99 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 208 | 0.92 | 0.55 | 0 | 0.18 | 215.81 | 0.85 | 0.44 |
| Hex | 11 | 5E | D0 | 5C | 37 | 0 | 12 | D8 | 55 | 2C |
| Octal | 21 | 136 | 320 | 134 | 67 | 0 | 22 | 330 | 125 | 54 |
| Binary | 10001 | 1011110 | 11010000 | 1011100 | 110111 | 0 | 10010 | 11011000 | 1010101 | 101100 |
Color Harmonies of #115ED0
Complementary color
Monochromatic Colors of #115ED0
Black with #115ED0
Text Example
Text Example
White with #115ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ED0; }
p { color: rgb(17,94,208); }
H1.HeaderClassName
{
color: #115ED0;
}
.AnyTagClassName
{
color: #115ED0;
}
</style>
background-color css
<style>
a { background-color: #115ED0; }
a { background-color: rgb(17,94,208); }
div.DivClassName
{
background-color: #115ED0;
}
.BgClassName
{
background-color: #115ED0;
}
</style>
border-color css
<style>
span { border-color: #115ED0; }
span { border-color: rgb(17,94,208); }
td.TdClassName
{
border-color: #115ED0;
}
.TagClassName
{
border-color: #115ED0;
}
</style>