Shades of Denim #1D68DD
Tints of Denim #1D68DD
RGB
CMYK
RGB Variations
Color information
#1D68DD (or 0x1D68DD) is known color: Denim. HEX triplet: 1D, 68 and DD. RGB value is (29,104,221). Sum of RGB (Red+Green+Blue) = 29+104+221=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D68DD is #E29722. Grayscale: #5E5E5E. Windows color (decimal): -14849827 or 14510109. OLE color: 14510109.
HSL color Cylindrical-coordinate representation of color #1D68DD: hue angle of 216.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D68DD is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 104 | 221 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.13 |
| HSL | 216.56º | 0.77% | 0.49% | - |
| HSV(B) | 216.56º | 0.87% | 0.87% | - |
| XYZ | 18.51 | 15.38 | 70.4 | - |
| YUV | 94.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 221 | 0.87 | 0.53 | 0 | 0.13 | 216.56 | 0.77 | 0.49 |
| Hex | 1D | 68 | DD | 57 | 35 | 0 | D | D9 | 4D | 31 |
| Octal | 35 | 150 | 335 | 127 | 65 | 0 | 15 | 331 | 115 | 61 |
| Binary | 11101 | 1101000 | 11011101 | 1010111 | 110101 | 0 | 1101 | 11011001 | 1001101 | 110001 |
Color Harmonies of #1D68DD
Complementary color
Monochromatic Colors of #1D68DD
Black with #1D68DD
Text Example
Text Example
White with #1D68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68DD; }
p { color: rgb(29,104,221); }
H1.HeaderClassName
{
color: #1D68DD;
}
.AnyTagClassName
{
color: #1D68DD;
}
</style>
background-color css
<style>
a { background-color: #1D68DD; }
a { background-color: rgb(29,104,221); }
div.DivClassName
{
background-color: #1D68DD;
}
.BgClassName
{
background-color: #1D68DD;
}
</style>
border-color css
<style>
span { border-color: #1D68DD; }
span { border-color: rgb(29,104,221); }
td.TdClassName
{
border-color: #1D68DD;
}
.TagClassName
{
border-color: #1D68DD;
}
</style>