Shades of Denim #1E7DC2
Tints of Denim #1E7DC2
RGB
CMYK
RGB Variations
Color information
#1E7DC2 (or 0x1E7DC2) is known color: Denim. HEX triplet: 1E, 7D and C2. RGB value is (30,125,194). Sum of RGB (Red+Green+Blue) = 30+125+194=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #1E7DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7DC2 is #E1823D. Grayscale: #686868. Windows color (decimal): -14778942 or 12746014. OLE color: 12746014.
HSL color Cylindrical-coordinate representation of color #1E7DC2: hue angle of 205.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7DC2 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 125 | 194 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.24 |
| HSL | 205.24º | 0.73% | 0.44% | - |
| HSV(B) | 205.24º | 0.85% | 0.76% | - |
| XYZ | 17.61 | 18.84 | 53.75 | - |
| YUV | 104.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 125 | 194 | 0.85 | 0.36 | 0 | 0.24 | 205.24 | 0.73 | 0.44 |
| Hex | 1E | 7D | C2 | 55 | 24 | 0 | 18 | CD | 49 | 2C |
| Octal | 36 | 175 | 302 | 125 | 44 | 0 | 30 | 315 | 111 | 54 |
| Binary | 11110 | 1111101 | 11000010 | 1010101 | 100100 | 0 | 11000 | 11001101 | 1001001 | 101100 |
Color Harmonies of #1E7DC2
Complementary color
Monochromatic Colors of #1E7DC2
Black with #1E7DC2
Text Example
Text Example
White with #1E7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7DC2; }
p { color: rgb(30,125,194); }
H1.HeaderClassName
{
color: #1E7DC2;
}
.AnyTagClassName
{
color: #1E7DC2;
}
</style>
background-color css
<style>
a { background-color: #1E7DC2; }
a { background-color: rgb(30,125,194); }
div.DivClassName
{
background-color: #1E7DC2;
}
.BgClassName
{
background-color: #1E7DC2;
}
</style>
border-color css
<style>
span { border-color: #1E7DC2; }
span { border-color: rgb(30,125,194); }
td.TdClassName
{
border-color: #1E7DC2;
}
.TagClassName
{
border-color: #1E7DC2;
}
</style>