Shades of Denim #1E7AD0
Tints of Denim #1E7AD0
RGB
CMYK
RGB Variations
Color information
#1E7AD0 (or 0x1E7AD0) is known color: Denim. HEX triplet: 1E, 7A and D0. RGB value is (30,122,208). Sum of RGB (Red+Green+Blue) = 30+122+208=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E7AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7AD0 is #E1852F. Grayscale: #676767. Windows color (decimal): -14779696 or 13662750. OLE color: 13662750.
HSL color Cylindrical-coordinate representation of color #1E7AD0: hue angle of 208.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7AD0 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 122 | 208 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.18 |
| HSL | 208.99º | 0.75% | 0.47% | - |
| HSV(B) | 208.99º | 0.86% | 0.82% | - |
| XYZ | 18.88 | 18.75 | 62.3 | - |
| YUV | 104.3 | 186.52 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 208 | 0.86 | 0.41 | 0 | 0.18 | 208.99 | 0.75 | 0.47 |
| Hex | 1E | 7A | D0 | 56 | 29 | 0 | 12 | D1 | 4B | 2F |
| Octal | 36 | 172 | 320 | 126 | 51 | 0 | 22 | 321 | 113 | 57 |
| Binary | 11110 | 1111010 | 11010000 | 1010110 | 101001 | 0 | 10010 | 11010001 | 1001011 | 101111 |
Color Harmonies of #1E7AD0
Complementary color
Monochromatic Colors of #1E7AD0
Black with #1E7AD0
Text Example
Text Example
White with #1E7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AD0; }
p { color: rgb(30,122,208); }
H1.HeaderClassName
{
color: #1E7AD0;
}
.AnyTagClassName
{
color: #1E7AD0;
}
</style>
background-color css
<style>
a { background-color: #1E7AD0; }
a { background-color: rgb(30,122,208); }
div.DivClassName
{
background-color: #1E7AD0;
}
.BgClassName
{
background-color: #1E7AD0;
}
</style>
border-color css
<style>
span { border-color: #1E7AD0; }
span { border-color: rgb(30,122,208); }
td.TdClassName
{
border-color: #1E7AD0;
}
.TagClassName
{
border-color: #1E7AD0;
}
</style>