Shades of Denim #1D7BCD
Tints of Denim #1D7BCD
RGB
CMYK
RGB Variations
Color information
#1D7BCD (or 0x1D7BCD) is known color: Denim. HEX triplet: 1D, 7B and CD. RGB value is (29,123,205). Sum of RGB (Red+Green+Blue) = 29+123+205=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 123 (48.44% from 255 or 34.45% 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 #1D7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BCD is #E28432. Grayscale: #676767. Windows color (decimal): -14844979 or 13466397. OLE color: 13466397.
HSL color Cylindrical-coordinate representation of color #1D7BCD: hue angle of 207.95º 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 #1D7BCD is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 123 | 205 | - |
| CMYK | 0.86 | 0.4 | 0 | 0.20 |
| HSL | 207.95º | 0.75% | 0.46% | - |
| HSV(B) | 207.95º | 0.86% | 0.8% | - |
| XYZ | 18.61 | 18.83 | 60.41 | - |
| YUV | 104.24 | 184.86 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 205 | 0.86 | 0.4 | 0 | 0.20 | 207.95 | 0.75 | 0.46 |
| Hex | 1D | 7B | CD | 56 | 28 | 0 | 14 | D0 | 4B | 2E |
| Octal | 35 | 173 | 315 | 126 | 50 | 0 | 24 | 320 | 113 | 56 |
| Binary | 11101 | 1111011 | 11001101 | 1010110 | 101000 | 0 | 10100 | 11010000 | 1001011 | 101110 |
Color Harmonies of #1D7BCD
Complementary color
Monochromatic Colors of #1D7BCD
Black with #1D7BCD
Text Example
Text Example
White with #1D7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BCD; }
p { color: rgb(29,123,205); }
H1.HeaderClassName
{
color: #1D7BCD;
}
.AnyTagClassName
{
color: #1D7BCD;
}
</style>
background-color css
<style>
a { background-color: #1D7BCD; }
a { background-color: rgb(29,123,205); }
div.DivClassName
{
background-color: #1D7BCD;
}
.BgClassName
{
background-color: #1D7BCD;
}
</style>
border-color css
<style>
span { border-color: #1D7BCD; }
span { border-color: rgb(29,123,205); }
td.TdClassName
{
border-color: #1D7BCD;
}
.TagClassName
{
border-color: #1D7BCD;
}
</style>