Shades of Denim #1D7DCC
Tints of Denim #1D7DCC
RGB
CMYK
RGB Variations
Color information
#1D7DCC (or 0x1D7DCC) is known color: Denim. HEX triplet: 1D, 7D and CC. RGB value is (29,125,204). Sum of RGB (Red+Green+Blue) = 29+125+204=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D7DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DCC is #E28233. Grayscale: #686868. Windows color (decimal): -14844468 or 13401373. OLE color: 13401373.
HSL color Cylindrical-coordinate representation of color #1D7DCC: hue angle of 207.09º 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 #1D7DCC is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 125 | 204 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.2 |
| HSL | 207.09º | 0.75% | 0.46% | - |
| HSV(B) | 207.09º | 0.86% | 0.8% | - |
| XYZ | 18.74 | 19.29 | 59.86 | - |
| YUV | 105.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 204 | 0.86 | 0.39 | 0 | 0.2 | 207.09 | 0.75 | 0.46 |
| Hex | 1D | 7D | CC | 56 | 27 | 0 | 14 | CF | 4B | 2E |
| Octal | 35 | 175 | 314 | 126 | 47 | 0 | 24 | 317 | 113 | 56 |
| Binary | 11101 | 1111101 | 11001100 | 1010110 | 100111 | 0 | 10100 | 11001111 | 1001011 | 101110 |
Color Harmonies of #1D7DCC
Complementary color
Monochromatic Colors of #1D7DCC
Black with #1D7DCC
Text Example
Text Example
White with #1D7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DCC; }
p { color: rgb(29,125,204); }
H1.HeaderClassName
{
color: #1D7DCC;
}
.AnyTagClassName
{
color: #1D7DCC;
}
</style>
background-color css
<style>
a { background-color: #1D7DCC; }
a { background-color: rgb(29,125,204); }
div.DivClassName
{
background-color: #1D7DCC;
}
.BgClassName
{
background-color: #1D7DCC;
}
</style>
border-color css
<style>
span { border-color: #1D7DCC; }
span { border-color: rgb(29,125,204); }
td.TdClassName
{
border-color: #1D7DCC;
}
.TagClassName
{
border-color: #1D7DCC;
}
</style>