Shades of Denim #1E7CC9
Tints of Denim #1E7CC9
RGB
CMYK
RGB Variations
Color information
#1E7CC9 (or 0x1E7CC9) is known color: Denim. HEX triplet: 1E, 7C and C9. RGB value is (30,124,201). Sum of RGB (Red+Green+Blue) = 30+124+201=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #1E7CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7CC9 is #E18336. Grayscale: #686868. Windows color (decimal): -14779191 or 13204510. OLE color: 13204510.
HSL color Cylindrical-coordinate representation of color #1E7CC9: hue angle of 207.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7CC9 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 124 | 201 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.21 |
| HSL | 207.02º | 0.74% | 0.45% | - |
| HSV(B) | 207.02º | 0.85% | 0.79% | - |
| XYZ | 18.29 | 18.91 | 57.94 | - |
| YUV | 104.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 201 | 0.85 | 0.38 | 0 | 0.21 | 207.02 | 0.74 | 0.45 |
| Hex | 1E | 7C | C9 | 55 | 26 | 0 | 15 | CF | 4A | 2D |
| Octal | 36 | 174 | 311 | 125 | 46 | 0 | 25 | 317 | 112 | 55 |
| Binary | 11110 | 1111100 | 11001001 | 1010101 | 100110 | 0 | 10101 | 11001111 | 1001010 | 101101 |
Color Harmonies of #1E7CC9
Complementary color
Monochromatic Colors of #1E7CC9
Black with #1E7CC9
Text Example
Text Example
White with #1E7CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7CC9; }
p { color: rgb(30,124,201); }
H1.HeaderClassName
{
color: #1E7CC9;
}
.AnyTagClassName
{
color: #1E7CC9;
}
</style>
background-color css
<style>
a { background-color: #1E7CC9; }
a { background-color: rgb(30,124,201); }
div.DivClassName
{
background-color: #1E7CC9;
}
.BgClassName
{
background-color: #1E7CC9;
}
</style>
border-color css
<style>
span { border-color: #1E7CC9; }
span { border-color: rgb(30,124,201); }
td.TdClassName
{
border-color: #1E7CC9;
}
.TagClassName
{
border-color: #1E7CC9;
}
</style>