Shades of Denim #1E7ACD
Tints of Denim #1E7ACD
RGB
CMYK
RGB Variations
Color information
#1E7ACD (or 0x1E7ACD) is known color: Denim. HEX triplet: 1E, 7A and CD. RGB value is (30,122,205). Sum of RGB (Red+Green+Blue) = 30+122+205=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E7ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7ACD is #E18532. Grayscale: #676767. Windows color (decimal): -14779699 or 13466142. OLE color: 13466142.
HSL color Cylindrical-coordinate representation of color #1E7ACD: hue angle of 208.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7ACD is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 122 | 205 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.20 |
| HSL | 208.46º | 0.74% | 0.46% | - |
| HSV(B) | 208.46º | 0.85% | 0.8% | - |
| XYZ | 18.51 | 18.6 | 60.37 | - |
| YUV | 103.95 | 185.02 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 205 | 0.85 | 0.40 | 0 | 0.20 | 208.46 | 0.74 | 0.46 |
| Hex | 1E | 7A | CD | 55 | 28 | 0 | 14 | D0 | 4A | 2E |
| Octal | 36 | 172 | 315 | 125 | 50 | 0 | 24 | 320 | 112 | 56 |
| Binary | 11110 | 1111010 | 11001101 | 1010101 | 101000 | 0 | 10100 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1E7ACD
Complementary color
Monochromatic Colors of #1E7ACD
Black with #1E7ACD
Text Example
Text Example
White with #1E7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7ACD; }
p { color: rgb(30,122,205); }
H1.HeaderClassName
{
color: #1E7ACD;
}
.AnyTagClassName
{
color: #1E7ACD;
}
</style>
background-color css
<style>
a { background-color: #1E7ACD; }
a { background-color: rgb(30,122,205); }
div.DivClassName
{
background-color: #1E7ACD;
}
.BgClassName
{
background-color: #1E7ACD;
}
</style>
border-color css
<style>
span { border-color: #1E7ACD; }
span { border-color: rgb(30,122,205); }
td.TdClassName
{
border-color: #1E7ACD;
}
.TagClassName
{
border-color: #1E7ACD;
}
</style>