Shades of Denim #1E74D6
Tints of Denim #1E74D6
RGB
CMYK
RGB Variations
Color information
#1E74D6 (or 0x1E74D6) is known color: Denim. HEX triplet: 1E, 74 and D6. RGB value is (30,116,214). Sum of RGB (Red+Green+Blue) = 30+116+214=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E74D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74D6 is #E18B29. Grayscale: #646464. Windows color (decimal): -14781226 or 14054430. OLE color: 14054430.
HSL color Cylindrical-coordinate representation of color #1E74D6: hue angle of 211.96º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E74D6 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 116 | 214 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.16 |
| HSL | 211.96º | 0.75% | 0.48% | - |
| HSV(B) | 211.96º | 0.86% | 0.84% | - |
| XYZ | 18.92 | 17.62 | 66.02 | - |
| YUV | 101.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 214 | 0.86 | 0.46 | 0 | 0.16 | 211.96 | 0.75 | 0.48 |
| Hex | 1E | 74 | D6 | 56 | 2E | 0 | 10 | D4 | 4B | 30 |
| Octal | 36 | 164 | 326 | 126 | 56 | 0 | 20 | 324 | 113 | 60 |
| Binary | 11110 | 1110100 | 11010110 | 1010110 | 101110 | 0 | 10000 | 11010100 | 1001011 | 110000 |
Color Harmonies of #1E74D6
Complementary color
Monochromatic Colors of #1E74D6
Black with #1E74D6
Text Example
Text Example
White with #1E74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E74D6; }
p { color: rgb(30,116,214); }
H1.HeaderClassName
{
color: #1E74D6;
}
.AnyTagClassName
{
color: #1E74D6;
}
</style>
background-color css
<style>
a { background-color: #1E74D6; }
a { background-color: rgb(30,116,214); }
div.DivClassName
{
background-color: #1E74D6;
}
.BgClassName
{
background-color: #1E74D6;
}
</style>
border-color css
<style>
span { border-color: #1E74D6; }
span { border-color: rgb(30,116,214); }
td.TdClassName
{
border-color: #1E74D6;
}
.TagClassName
{
border-color: #1E74D6;
}
</style>