Shades of Denim #1E5CDC
Tints of Denim #1E5CDC
RGB
CMYK
RGB Variations
Color information
#1E5CDC (or 0x1E5CDC) is known color: Denim. HEX triplet: 1E, 5C and DC. RGB value is (30,92,220). Sum of RGB (Red+Green+Blue) = 30+92+220=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CDC is #E1A323. Grayscale: #575757. Windows color (decimal): -14787364 or 14441502. OLE color: 14441502.
HSL color Cylindrical-coordinate representation of color #1E5CDC: hue angle of 220.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5CDC is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 92 | 220 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.14 |
| HSL | 220.42º | 0.76% | 0.49% | - |
| HSV(B) | 220.42º | 0.86% | 0.86% | - |
| XYZ | 17.28 | 13.1 | 69.33 | - |
| YUV | 88.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 220 | 0.86 | 0.58 | 0 | 0.14 | 220.42 | 0.76 | 0.49 |
| Hex | 1E | 5C | DC | 56 | 3A | 0 | E | DC | 4C | 31 |
| Octal | 36 | 134 | 334 | 126 | 72 | 0 | 16 | 334 | 114 | 61 |
| Binary | 11110 | 1011100 | 11011100 | 1010110 | 111010 | 0 | 1110 | 11011100 | 1001100 | 110001 |
Color Harmonies of #1E5CDC
Complementary color
Monochromatic Colors of #1E5CDC
Black with #1E5CDC
Text Example
Text Example
White with #1E5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CDC; }
p { color: rgb(30,92,220); }
H1.HeaderClassName
{
color: #1E5CDC;
}
.AnyTagClassName
{
color: #1E5CDC;
}
</style>
background-color css
<style>
a { background-color: #1E5CDC; }
a { background-color: rgb(30,92,220); }
div.DivClassName
{
background-color: #1E5CDC;
}
.BgClassName
{
background-color: #1E5CDC;
}
</style>
border-color css
<style>
span { border-color: #1E5CDC; }
span { border-color: rgb(30,92,220); }
td.TdClassName
{
border-color: #1E5CDC;
}
.TagClassName
{
border-color: #1E5CDC;
}
</style>