Shades of Denim #1E6ADD
Tints of Denim #1E6ADD
RGB
CMYK
RGB Variations
Color information
#1E6ADD (or 0x1E6ADD) is known color: Denim. HEX triplet: 1E, 6A and DD. RGB value is (30,106,221). Sum of RGB (Red+Green+Blue) = 30+106+221=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E6ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6ADD is #E19522. Grayscale: #5F5F5F. Windows color (decimal): -14783779 or 14510622. OLE color: 14510622.
HSL color Cylindrical-coordinate representation of color #1E6ADD: hue angle of 216.13º 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 #1E6ADD is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 106 | 221 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.13 |
| HSL | 216.13º | 0.76% | 0.49% | - |
| HSV(B) | 216.13º | 0.86% | 0.87% | - |
| XYZ | 18.74 | 15.8 | 70.47 | - |
| YUV | 96.39 | 198.32 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 221 | 0.86 | 0.52 | 0 | 0.13 | 216.13 | 0.76 | 0.49 |
| Hex | 1E | 6A | DD | 56 | 34 | 0 | D | D8 | 4C | 31 |
| Octal | 36 | 152 | 335 | 126 | 64 | 0 | 15 | 330 | 114 | 61 |
| Binary | 11110 | 1101010 | 11011101 | 1010110 | 110100 | 0 | 1101 | 11011000 | 1001100 | 110001 |
Color Harmonies of #1E6ADD
Complementary color
Monochromatic Colors of #1E6ADD
Black with #1E6ADD
Text Example
Text Example
White with #1E6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6ADD; }
p { color: rgb(30,106,221); }
H1.HeaderClassName
{
color: #1E6ADD;
}
.AnyTagClassName
{
color: #1E6ADD;
}
</style>
background-color css
<style>
a { background-color: #1E6ADD; }
a { background-color: rgb(30,106,221); }
div.DivClassName
{
background-color: #1E6ADD;
}
.BgClassName
{
background-color: #1E6ADD;
}
</style>
border-color css
<style>
span { border-color: #1E6ADD; }
span { border-color: rgb(30,106,221); }
td.TdClassName
{
border-color: #1E6ADD;
}
.TagClassName
{
border-color: #1E6ADD;
}
</style>