Shades of Denim #1D7CCC
Tints of Denim #1D7CCC
RGB
CMYK
RGB Variations
Color information
#1D7CCC (or 0x1D7CCC) is known color: Denim. HEX triplet: 1D, 7C and CC. RGB value is (29,124,204). Sum of RGB (Red+Green+Blue) = 29+124+204=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D7CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7CCC is #E28333. Grayscale: #686868. Windows color (decimal): -14844724 or 13401117. OLE color: 13401117.
HSL color Cylindrical-coordinate representation of color #1D7CCC: hue angle of 207.43º degrees, saturation: 0.75, 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 #1D7CCC is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 124 | 204 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.2 |
| HSL | 207.43º | 0.75% | 0.46% | - |
| HSV(B) | 207.43º | 0.86% | 0.8% | - |
| XYZ | 18.61 | 19.04 | 59.82 | - |
| YUV | 104.72 | 184.03 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 124 | 204 | 0.86 | 0.39 | 0 | 0.2 | 207.43 | 0.75 | 0.46 |
| Hex | 1D | 7C | CC | 56 | 27 | 0 | 14 | CF | 4B | 2E |
| Octal | 35 | 174 | 314 | 126 | 47 | 0 | 24 | 317 | 113 | 56 |
| Binary | 11101 | 1111100 | 11001100 | 1010110 | 100111 | 0 | 10100 | 11001111 | 1001011 | 101110 |
Color Harmonies of #1D7CCC
Complementary color
Monochromatic Colors of #1D7CCC
Black with #1D7CCC
Text Example
Text Example
White with #1D7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7CCC; }
p { color: rgb(29,124,204); }
H1.HeaderClassName
{
color: #1D7CCC;
}
.AnyTagClassName
{
color: #1D7CCC;
}
</style>
background-color css
<style>
a { background-color: #1D7CCC; }
a { background-color: rgb(29,124,204); }
div.DivClassName
{
background-color: #1D7CCC;
}
.BgClassName
{
background-color: #1D7CCC;
}
</style>
border-color css
<style>
span { border-color: #1D7CCC; }
span { border-color: rgb(29,124,204); }
td.TdClassName
{
border-color: #1D7CCC;
}
.TagClassName
{
border-color: #1D7CCC;
}
</style>