Shades of Denim #1E7ACC
Tints of Denim #1E7ACC
RGB
CMYK
RGB Variations
Color information
#1E7ACC (or 0x1E7ACC) is known color: Denim. HEX triplet: 1E, 7A and CC. RGB value is (30,122,204). Sum of RGB (Red+Green+Blue) = 30+122+204=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E7ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7ACC is #E18533. Grayscale: #676767. Windows color (decimal): -14779700 or 13400606. OLE color: 13400606.
HSL color Cylindrical-coordinate representation of color #1E7ACC: hue angle of 208.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7ACC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 122 | 204 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.2 |
| HSL | 208.28º | 0.74% | 0.46% | - |
| HSV(B) | 208.28º | 0.85% | 0.8% | - |
| XYZ | 18.39 | 18.55 | 59.74 | - |
| YUV | 103.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 204 | 0.85 | 0.40 | 0 | 0.2 | 208.28 | 0.74 | 0.46 |
| Hex | 1E | 7A | CC | 55 | 28 | 0 | 14 | D0 | 4A | 2E |
| Octal | 36 | 172 | 314 | 125 | 50 | 0 | 24 | 320 | 112 | 56 |
| Binary | 11110 | 1111010 | 11001100 | 1010101 | 101000 | 0 | 10100 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1E7ACC
Complementary color
Monochromatic Colors of #1E7ACC
Black with #1E7ACC
Text Example
Text Example
White with #1E7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7ACC; }
p { color: rgb(30,122,204); }
H1.HeaderClassName
{
color: #1E7ACC;
}
.AnyTagClassName
{
color: #1E7ACC;
}
</style>
background-color css
<style>
a { background-color: #1E7ACC; }
a { background-color: rgb(30,122,204); }
div.DivClassName
{
background-color: #1E7ACC;
}
.BgClassName
{
background-color: #1E7ACC;
}
</style>
border-color css
<style>
span { border-color: #1E7ACC; }
span { border-color: rgb(30,122,204); }
td.TdClassName
{
border-color: #1E7ACC;
}
.TagClassName
{
border-color: #1E7ACC;
}
</style>