Shades of Denim #1E70CE
Tints of Denim #1E70CE
RGB
CMYK
RGB Variations
Color information
#1E70CE (or 0x1E70CE) is known color: Denim. HEX triplet: 1E, 70 and CE. RGB value is (30,112,206). Sum of RGB (Red+Green+Blue) = 30+112+206=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E70CE is #E18F31. Grayscale: #616161. Windows color (decimal): -14782258 or 13529118. OLE color: 13529118.
HSL color Cylindrical-coordinate representation of color #1E70CE: hue angle of 212.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E70CE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 112 | 206 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.19 |
| HSL | 212.05º | 0.75% | 0.46% | - |
| HSV(B) | 212.05º | 0.85% | 0.81% | - |
| XYZ | 17.47 | 16.32 | 60.62 | - |
| YUV | 98.2 | 188.83 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 206 | 0.85 | 0.46 | 0 | 0.19 | 212.05 | 0.75 | 0.46 |
| Hex | 1E | 70 | CE | 55 | 2E | 0 | 13 | D4 | 4B | 2E |
| Octal | 36 | 160 | 316 | 125 | 56 | 0 | 23 | 324 | 113 | 56 |
| Binary | 11110 | 1110000 | 11001110 | 1010101 | 101110 | 0 | 10011 | 11010100 | 1001011 | 101110 |
Color Harmonies of #1E70CE
Complementary color
Monochromatic Colors of #1E70CE
Black with #1E70CE
Text Example
Text Example
White with #1E70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E70CE; }
p { color: rgb(30,112,206); }
H1.HeaderClassName
{
color: #1E70CE;
}
.AnyTagClassName
{
color: #1E70CE;
}
</style>
background-color css
<style>
a { background-color: #1E70CE; }
a { background-color: rgb(30,112,206); }
div.DivClassName
{
background-color: #1E70CE;
}
.BgClassName
{
background-color: #1E70CE;
}
</style>
border-color css
<style>
span { border-color: #1E70CE; }
span { border-color: rgb(30,112,206); }
td.TdClassName
{
border-color: #1E70CE;
}
.TagClassName
{
border-color: #1E70CE;
}
</style>