Shades of Denim #1E5FDE
Tints of Denim #1E5FDE
RGB
CMYK
RGB Variations
Color information
#1E5FDE (or 0x1E5FDE) is known color: Denim. HEX triplet: 1E, 5F and DE. RGB value is (30,95,222). Sum of RGB (Red+Green+Blue) = 30+95+222=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FDE is #E1A021. Grayscale: #595959. Windows color (decimal): -14786594 or 14573342. OLE color: 14573342.
HSL color Cylindrical-coordinate representation of color #1E5FDE: hue angle of 219.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5FDE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 95 | 222 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.13 |
| HSL | 219.69º | 0.76% | 0.49% | - |
| HSV(B) | 219.69º | 0.86% | 0.87% | - |
| XYZ | 17.81 | 13.73 | 70.82 | - |
| YUV | 90.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 222 | 0.86 | 0.57 | 0 | 0.13 | 219.69 | 0.76 | 0.49 |
| Hex | 1E | 5F | DE | 56 | 39 | 0 | D | DC | 4C | 31 |
| Octal | 36 | 137 | 336 | 126 | 71 | 0 | 15 | 334 | 114 | 61 |
| Binary | 11110 | 1011111 | 11011110 | 1010110 | 111001 | 0 | 1101 | 11011100 | 1001100 | 110001 |
Color Harmonies of #1E5FDE
Complementary color
Monochromatic Colors of #1E5FDE
Black with #1E5FDE
Text Example
Text Example
White with #1E5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FDE; }
p { color: rgb(30,95,222); }
H1.HeaderClassName
{
color: #1E5FDE;
}
.AnyTagClassName
{
color: #1E5FDE;
}
</style>
background-color css
<style>
a { background-color: #1E5FDE; }
a { background-color: rgb(30,95,222); }
div.DivClassName
{
background-color: #1E5FDE;
}
.BgClassName
{
background-color: #1E5FDE;
}
</style>
border-color css
<style>
span { border-color: #1E5FDE; }
span { border-color: rgb(30,95,222); }
td.TdClassName
{
border-color: #1E5FDE;
}
.TagClassName
{
border-color: #1E5FDE;
}
</style>