Shades of Denim #1F7ECC
Tints of Denim #1F7ECC
RGB
CMYK
RGB Variations
Color information
#1F7ECC (or 0x1F7ECC) is known color: Denim. HEX triplet: 1F, 7E and CC. RGB value is (31,126,204). Sum of RGB (Red+Green+Blue) = 31+126+204=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 126 (49.61% from 255 or 34.90% 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 #1F7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ECC is #E08133. Grayscale: #6A6A6A. Windows color (decimal): -14713140 or 13401631. OLE color: 13401631.
HSL color Cylindrical-coordinate representation of color #1F7ECC: hue angle of 207.05º 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 #1F7ECC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 126 | 204 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.2 |
| HSL | 207.05º | 0.74% | 0.46% | - |
| HSV(B) | 207.05º | 0.85% | 0.8% | - |
| XYZ | 18.93 | 19.57 | 59.91 | - |
| YUV | 106.49 | 183.03 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 204 | 0.85 | 0.38 | 0 | 0.2 | 207.05 | 0.74 | 0.46 |
| Hex | 1F | 7E | CC | 55 | 26 | 0 | 14 | CF | 4A | 2E |
| Octal | 37 | 176 | 314 | 125 | 46 | 0 | 24 | 317 | 112 | 56 |
| Binary | 11111 | 1111110 | 11001100 | 1010101 | 100110 | 0 | 10100 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1F7ECC
Complementary color
Monochromatic Colors of #1F7ECC
Black with #1F7ECC
Text Example
Text Example
White with #1F7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7ECC; }
p { color: rgb(31,126,204); }
H1.HeaderClassName
{
color: #1F7ECC;
}
.AnyTagClassName
{
color: #1F7ECC;
}
</style>
background-color css
<style>
a { background-color: #1F7ECC; }
a { background-color: rgb(31,126,204); }
div.DivClassName
{
background-color: #1F7ECC;
}
.BgClassName
{
background-color: #1F7ECC;
}
</style>
border-color css
<style>
span { border-color: #1F7ECC; }
span { border-color: rgb(31,126,204); }
td.TdClassName
{
border-color: #1F7ECC;
}
.TagClassName
{
border-color: #1F7ECC;
}
</style>