Shades of Denim #1E5FDC
Tints of Denim #1E5FDC
RGB
CMYK
RGB Variations
Color information
#1E5FDC (or 0x1E5FDC) is known color: Denim. HEX triplet: 1E, 5F and DC. RGB value is (30,95,220). Sum of RGB (Red+Green+Blue) = 30+95+220=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E5FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FDC is #E1A023. Grayscale: #595959. Windows color (decimal): -14786596 or 14442270. OLE color: 14442270.
HSL color Cylindrical-coordinate representation of color #1E5FDC: hue angle of 219.47º 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 #1E5FDC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 95 | 220 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.14 |
| HSL | 219.47º | 0.76% | 0.49% | - |
| HSV(B) | 219.47º | 0.86% | 0.86% | - |
| XYZ | 17.55 | 13.63 | 69.42 | - |
| YUV | 89.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 220 | 0.86 | 0.57 | 0 | 0.14 | 219.47 | 0.76 | 0.49 |
| Hex | 1E | 5F | DC | 56 | 39 | 0 | E | DB | 4C | 31 |
| Octal | 36 | 137 | 334 | 126 | 71 | 0 | 16 | 333 | 114 | 61 |
| Binary | 11110 | 1011111 | 11011100 | 1010110 | 111001 | 0 | 1110 | 11011011 | 1001100 | 110001 |
Color Harmonies of #1E5FDC
Complementary color
Monochromatic Colors of #1E5FDC
Black with #1E5FDC
Text Example
Text Example
White with #1E5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FDC; }
p { color: rgb(30,95,220); }
H1.HeaderClassName
{
color: #1E5FDC;
}
.AnyTagClassName
{
color: #1E5FDC;
}
</style>
background-color css
<style>
a { background-color: #1E5FDC; }
a { background-color: rgb(30,95,220); }
div.DivClassName
{
background-color: #1E5FDC;
}
.BgClassName
{
background-color: #1E5FDC;
}
</style>
border-color css
<style>
span { border-color: #1E5FDC; }
span { border-color: rgb(30,95,220); }
td.TdClassName
{
border-color: #1E5FDC;
}
.TagClassName
{
border-color: #1E5FDC;
}
</style>