Shades of Denim #1C7CCD
Tints of Denim #1C7CCD
RGB
CMYK
RGB Variations
Color information
#1C7CCD (or 0x1C7CCD) is known color: Denim. HEX triplet: 1C, 7C and CD. RGB value is (28,124,205). Sum of RGB (Red+Green+Blue) = 28+124+205=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7CCD is #E38332. Grayscale: #686868. Windows color (decimal): -14910259 or 13466652. OLE color: 13466652.
HSL color Cylindrical-coordinate representation of color #1C7CCD: hue angle of 207.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7CCD is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 124 | 205 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.20 |
| HSL | 207.46º | 0.76% | 0.46% | - |
| HSV(B) | 207.46º | 0.86% | 0.8% | - |
| XYZ | 18.71 | 19.07 | 60.45 | - |
| YUV | 104.53 | 184.7 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 205 | 0.86 | 0.40 | 0 | 0.20 | 207.46 | 0.76 | 0.46 |
| Hex | 1C | 7C | CD | 56 | 28 | 0 | 14 | CF | 4C | 2E |
| Octal | 34 | 174 | 315 | 126 | 50 | 0 | 24 | 317 | 114 | 56 |
| Binary | 11100 | 1111100 | 11001101 | 1010110 | 101000 | 0 | 10100 | 11001111 | 1001100 | 101110 |
Color Harmonies of #1C7CCD
Complementary color
Monochromatic Colors of #1C7CCD
Black with #1C7CCD
Text Example
Text Example
White with #1C7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CCD; }
p { color: rgb(28,124,205); }
H1.HeaderClassName
{
color: #1C7CCD;
}
.AnyTagClassName
{
color: #1C7CCD;
}
</style>
background-color css
<style>
a { background-color: #1C7CCD; }
a { background-color: rgb(28,124,205); }
div.DivClassName
{
background-color: #1C7CCD;
}
.BgClassName
{
background-color: #1C7CCD;
}
</style>
border-color css
<style>
span { border-color: #1C7CCD; }
span { border-color: rgb(28,124,205); }
td.TdClassName
{
border-color: #1C7CCD;
}
.TagClassName
{
border-color: #1C7CCD;
}
</style>