Shades of Denim #1E69DD
Tints of Denim #1E69DD
RGB
CMYK
RGB Variations
Color information
#1E69DD (or 0x1E69DD) is known color: Denim. HEX triplet: 1E, 69 and DD. RGB value is (30,105,221). Sum of RGB (Red+Green+Blue) = 30+105+221=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E69DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E69DD is #E19622. Grayscale: #5F5F5F. Windows color (decimal): -14784035 or 14510366. OLE color: 14510366.
HSL color Cylindrical-coordinate representation of color #1E69DD: hue angle of 216.44º 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 #1E69DD is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 105 | 221 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.13 |
| HSL | 216.44º | 0.76% | 0.49% | - |
| HSV(B) | 216.44º | 0.86% | 0.87% | - |
| XYZ | 18.64 | 15.6 | 70.44 | - |
| YUV | 95.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 221 | 0.86 | 0.52 | 0 | 0.13 | 216.44 | 0.76 | 0.49 |
| Hex | 1E | 69 | DD | 56 | 34 | 0 | D | D8 | 4C | 31 |
| Octal | 36 | 151 | 335 | 126 | 64 | 0 | 15 | 330 | 114 | 61 |
| Binary | 11110 | 1101001 | 11011101 | 1010110 | 110100 | 0 | 1101 | 11011000 | 1001100 | 110001 |
Color Harmonies of #1E69DD
Complementary color
Monochromatic Colors of #1E69DD
Black with #1E69DD
Text Example
Text Example
White with #1E69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E69DD; }
p { color: rgb(30,105,221); }
H1.HeaderClassName
{
color: #1E69DD;
}
.AnyTagClassName
{
color: #1E69DD;
}
</style>
background-color css
<style>
a { background-color: #1E69DD; }
a { background-color: rgb(30,105,221); }
div.DivClassName
{
background-color: #1E69DD;
}
.BgClassName
{
background-color: #1E69DD;
}
</style>
border-color css
<style>
span { border-color: #1E69DD; }
span { border-color: rgb(30,105,221); }
td.TdClassName
{
border-color: #1E69DD;
}
.TagClassName
{
border-color: #1E69DD;
}
</style>