Shades of Denim #1E5FDA
Tints of Denim #1E5FDA
RGB
CMYK
RGB Variations
Color information
#1E5FDA (or 0x1E5FDA) is known color: Denim. HEX triplet: 1E, 5F and DA. RGB value is (30,95,218). Sum of RGB (Red+Green+Blue) = 30+95+218=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E5FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FDA is #E1A025. Grayscale: #595959. Windows color (decimal): -14786598 or 14311198. OLE color: 14311198.
HSL color Cylindrical-coordinate representation of color #1E5FDA: hue angle of 219.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5FDA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 95 | 218 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.15 |
| HSL | 219.26º | 0.76% | 0.49% | - |
| HSV(B) | 219.26º | 0.86% | 0.85% | - |
| XYZ | 17.28 | 13.52 | 68.03 | - |
| YUV | 89.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 218 | 0.86 | 0.56 | 0 | 0.15 | 219.26 | 0.76 | 0.49 |
| Hex | 1E | 5F | DA | 56 | 38 | 0 | F | DB | 4C | 31 |
| Octal | 36 | 137 | 332 | 126 | 70 | 0 | 17 | 333 | 114 | 61 |
| Binary | 11110 | 1011111 | 11011010 | 1010110 | 111000 | 0 | 1111 | 11011011 | 1001100 | 110001 |
Color Harmonies of #1E5FDA
Complementary color
Monochromatic Colors of #1E5FDA
Black with #1E5FDA
Text Example
Text Example
White with #1E5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FDA; }
p { color: rgb(30,95,218); }
H1.HeaderClassName
{
color: #1E5FDA;
}
.AnyTagClassName
{
color: #1E5FDA;
}
</style>
background-color css
<style>
a { background-color: #1E5FDA; }
a { background-color: rgb(30,95,218); }
div.DivClassName
{
background-color: #1E5FDA;
}
.BgClassName
{
background-color: #1E5FDA;
}
</style>
border-color css
<style>
span { border-color: #1E5FDA; }
span { border-color: rgb(30,95,218); }
td.TdClassName
{
border-color: #1E5FDA;
}
.TagClassName
{
border-color: #1E5FDA;
}
</style>