Shades of Denim #1E7FCC
Tints of Denim #1E7FCC
RGB
CMYK
RGB Variations
Color information
#1E7FCC (or 0x1E7FCC) is known color: Denim. HEX triplet: 1E, 7F and CC. RGB value is (30,127,204). Sum of RGB (Red+Green+Blue) = 30+127+204=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7FCC is #E18033. Grayscale: #6A6A6A. Windows color (decimal): -14778420 or 13401886. OLE color: 13401886.
HSL color Cylindrical-coordinate representation of color #1E7FCC: hue angle of 206.55º 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 #1E7FCC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 127 | 204 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.2 |
| HSL | 206.55º | 0.74% | 0.46% | - |
| HSV(B) | 206.55º | 0.85% | 0.8% | - |
| XYZ | 19.02 | 19.81 | 59.95 | - |
| YUV | 106.78 | 182.86 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 204 | 0.85 | 0.38 | 0 | 0.2 | 206.55 | 0.74 | 0.46 |
| Hex | 1E | 7F | CC | 55 | 26 | 0 | 14 | CF | 4A | 2E |
| Octal | 36 | 177 | 314 | 125 | 46 | 0 | 24 | 317 | 112 | 56 |
| Binary | 11110 | 1111111 | 11001100 | 1010101 | 100110 | 0 | 10100 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1E7FCC
Complementary color
Monochromatic Colors of #1E7FCC
Black with #1E7FCC
Text Example
Text Example
White with #1E7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7FCC; }
p { color: rgb(30,127,204); }
H1.HeaderClassName
{
color: #1E7FCC;
}
.AnyTagClassName
{
color: #1E7FCC;
}
</style>
background-color css
<style>
a { background-color: #1E7FCC; }
a { background-color: rgb(30,127,204); }
div.DivClassName
{
background-color: #1E7FCC;
}
.BgClassName
{
background-color: #1E7FCC;
}
</style>
border-color css
<style>
span { border-color: #1E7FCC; }
span { border-color: rgb(30,127,204); }
td.TdClassName
{
border-color: #1E7FCC;
}
.TagClassName
{
border-color: #1E7FCC;
}
</style>