Shades of Denim #1E6DDD
Tints of Denim #1E6DDD
RGB
CMYK
RGB Variations
Color information
#1E6DDD (or 0x1E6DDD) is known color: Denim. HEX triplet: 1E, 6D and DD. RGB value is (30,109,221). Sum of RGB (Red+Green+Blue) = 30+109+221=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6DDD is #E19222. Grayscale: #616161. Windows color (decimal): -14783011 or 14511390. OLE color: 14511390.
HSL color Cylindrical-coordinate representation of color #1E6DDD: hue angle of 215.18º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6DDD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 109 | 221 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.13 |
| HSL | 215.18º | 0.76% | 0.49% | - |
| HSV(B) | 215.18º | 0.86% | 0.87% | - |
| XYZ | 19.06 | 16.43 | 70.57 | - |
| YUV | 98.15 | 197.33 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 221 | 0.86 | 0.51 | 0 | 0.13 | 215.18 | 0.76 | 0.49 |
| Hex | 1E | 6D | DD | 56 | 33 | 0 | D | D7 | 4C | 31 |
| Octal | 36 | 155 | 335 | 126 | 63 | 0 | 15 | 327 | 114 | 61 |
| Binary | 11110 | 1101101 | 11011101 | 1010110 | 110011 | 0 | 1101 | 11010111 | 1001100 | 110001 |
Color Harmonies of #1E6DDD
Complementary color
Monochromatic Colors of #1E6DDD
Black with #1E6DDD
Text Example
Text Example
White with #1E6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6DDD; }
p { color: rgb(30,109,221); }
H1.HeaderClassName
{
color: #1E6DDD;
}
.AnyTagClassName
{
color: #1E6DDD;
}
</style>
background-color css
<style>
a { background-color: #1E6DDD; }
a { background-color: rgb(30,109,221); }
div.DivClassName
{
background-color: #1E6DDD;
}
.BgClassName
{
background-color: #1E6DDD;
}
</style>
border-color css
<style>
span { border-color: #1E6DDD; }
span { border-color: rgb(30,109,221); }
td.TdClassName
{
border-color: #1E6DDD;
}
.TagClassName
{
border-color: #1E6DDD;
}
</style>