Shades of Denim #1D7ACC
Tints of Denim #1D7ACC
RGB
CMYK
RGB Variations
Color information
#1D7ACC (or 0x1D7ACC) is known color: Denim. HEX triplet: 1D, 7A and CC. RGB value is (29,122,204). Sum of RGB (Red+Green+Blue) = 29+122+204=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D7ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ACC is #E28533. Grayscale: #676767. Windows color (decimal): -14845236 or 13400605. OLE color: 13400605.
HSL color Cylindrical-coordinate representation of color #1D7ACC: hue angle of 208.11º 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 #1D7ACC is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 122 | 204 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.2 |
| HSL | 208.11º | 0.75% | 0.46% | - |
| HSV(B) | 208.11º | 0.86% | 0.8% | - |
| XYZ | 18.37 | 18.54 | 59.74 | - |
| YUV | 103.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 122 | 204 | 0.86 | 0.40 | 0 | 0.2 | 208.11 | 0.75 | 0.46 |
| Hex | 1D | 7A | CC | 56 | 28 | 0 | 14 | D0 | 4B | 2E |
| Octal | 35 | 172 | 314 | 126 | 50 | 0 | 24 | 320 | 113 | 56 |
| Binary | 11101 | 1111010 | 11001100 | 1010110 | 101000 | 0 | 10100 | 11010000 | 1001011 | 101110 |
Color Harmonies of #1D7ACC
Complementary color
Monochromatic Colors of #1D7ACC
Black with #1D7ACC
Text Example
Text Example
White with #1D7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7ACC; }
p { color: rgb(29,122,204); }
H1.HeaderClassName
{
color: #1D7ACC;
}
.AnyTagClassName
{
color: #1D7ACC;
}
</style>
background-color css
<style>
a { background-color: #1D7ACC; }
a { background-color: rgb(29,122,204); }
div.DivClassName
{
background-color: #1D7ACC;
}
.BgClassName
{
background-color: #1D7ACC;
}
</style>
border-color css
<style>
span { border-color: #1D7ACC; }
span { border-color: rgb(29,122,204); }
td.TdClassName
{
border-color: #1D7ACC;
}
.TagClassName
{
border-color: #1D7ACC;
}
</style>