Shades of Denim #1E69DC
Tints of Denim #1E69DC
RGB
CMYK
RGB Variations
Color information
#1E69DC (or 0x1E69DC) is known color: Denim. HEX triplet: 1E, 69 and DC. RGB value is (30,105,220). Sum of RGB (Red+Green+Blue) = 30+105+220=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E69DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E69DC is #E19623. Grayscale: #5F5F5F. Windows color (decimal): -14784036 or 14444830. OLE color: 14444830.
HSL color Cylindrical-coordinate representation of color #1E69DC: hue angle of 216.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E69DC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 105 | 220 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.14 |
| HSL | 216.32º | 0.76% | 0.49% | - |
| HSV(B) | 216.32º | 0.86% | 0.86% | - |
| XYZ | 18.51 | 15.55 | 69.74 | - |
| YUV | 95.69 | 198.15 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 220 | 0.86 | 0.52 | 0 | 0.14 | 216.32 | 0.76 | 0.49 |
| Hex | 1E | 69 | DC | 56 | 34 | 0 | E | D8 | 4C | 31 |
| Octal | 36 | 151 | 334 | 126 | 64 | 0 | 16 | 330 | 114 | 61 |
| Binary | 11110 | 1101001 | 11011100 | 1010110 | 110100 | 0 | 1110 | 11011000 | 1001100 | 110001 |
Color Harmonies of #1E69DC
Complementary color
Monochromatic Colors of #1E69DC
Black with #1E69DC
Text Example
Text Example
White with #1E69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E69DC; }
p { color: rgb(30,105,220); }
H1.HeaderClassName
{
color: #1E69DC;
}
.AnyTagClassName
{
color: #1E69DC;
}
</style>
background-color css
<style>
a { background-color: #1E69DC; }
a { background-color: rgb(30,105,220); }
div.DivClassName
{
background-color: #1E69DC;
}
.BgClassName
{
background-color: #1E69DC;
}
</style>
border-color css
<style>
span { border-color: #1E69DC; }
span { border-color: rgb(30,105,220); }
td.TdClassName
{
border-color: #1E69DC;
}
.TagClassName
{
border-color: #1E69DC;
}
</style>