Shades of Denim #1F7CCD
Tints of Denim #1F7CCD
RGB
CMYK
RGB Variations
Color information
#1F7CCD (or 0x1F7CCD) is known color: Denim. HEX triplet: 1F, 7C and CD. RGB value is (31,124,205). Sum of RGB (Red+Green+Blue) = 31+124+205=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CCD is #E08332. Grayscale: #696969. Windows color (decimal): -14713651 or 13466655. OLE color: 13466655.
HSL color Cylindrical-coordinate representation of color #1F7CCD: hue angle of 207.93º 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 #1F7CCD is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 124 | 205 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.20 |
| HSL | 207.93º | 0.74% | 0.46% | - |
| HSV(B) | 207.93º | 0.85% | 0.8% | - |
| XYZ | 18.79 | 19.11 | 60.46 | - |
| YUV | 105.43 | 184.19 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 205 | 0.85 | 0.40 | 0 | 0.20 | 207.93 | 0.74 | 0.46 |
| Hex | 1F | 7C | CD | 55 | 28 | 0 | 14 | D0 | 4A | 2E |
| Octal | 37 | 174 | 315 | 125 | 50 | 0 | 24 | 320 | 112 | 56 |
| Binary | 11111 | 1111100 | 11001101 | 1010101 | 101000 | 0 | 10100 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1F7CCD
Complementary color
Monochromatic Colors of #1F7CCD
Black with #1F7CCD
Text Example
Text Example
White with #1F7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CCD; }
p { color: rgb(31,124,205); }
H1.HeaderClassName
{
color: #1F7CCD;
}
.AnyTagClassName
{
color: #1F7CCD;
}
</style>
background-color css
<style>
a { background-color: #1F7CCD; }
a { background-color: rgb(31,124,205); }
div.DivClassName
{
background-color: #1F7CCD;
}
.BgClassName
{
background-color: #1F7CCD;
}
</style>
border-color css
<style>
span { border-color: #1F7CCD; }
span { border-color: rgb(31,124,205); }
td.TdClassName
{
border-color: #1F7CCD;
}
.TagClassName
{
border-color: #1F7CCD;
}
</style>