Shades of Denim #1754CD
Tints of Denim #1754CD
RGB
CMYK
RGB Variations
Color information
#1754CD (or 0x1754CD) is known color: Denim. HEX triplet: 17, 54 and CD. RGB value is (23,84,205). Sum of RGB (Red+Green+Blue) = 23+84+205=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1754CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1754CD is #E8AB32. Grayscale: #4F4F4F. Windows color (decimal): -15248179 or 13456407. OLE color: 13456407.
HSL color Cylindrical-coordinate representation of color #1754CD: hue angle of 219.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1754CD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 84 | 205 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.20 |
| HSL | 219.89º | 0.8% | 0.45% | - |
| HSV(B) | 219.89º | 0.89% | 0.8% | - |
| XYZ | 14.54 | 10.93 | 59.1 | - |
| YUV | 79.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 205 | 0.89 | 0.59 | 0 | 0.20 | 219.89 | 0.8 | 0.45 |
| Hex | 17 | 54 | CD | 59 | 3B | 0 | 14 | DC | 50 | 2D |
| Octal | 27 | 124 | 315 | 131 | 73 | 0 | 24 | 334 | 120 | 55 |
| Binary | 10111 | 1010100 | 11001101 | 1011001 | 111011 | 0 | 10100 | 11011100 | 1010000 | 101101 |
Color Harmonies of #1754CD
Complementary color
Monochromatic Colors of #1754CD
Black with #1754CD
Text Example
Text Example
White with #1754CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1754CD; }
p { color: rgb(23,84,205); }
H1.HeaderClassName
{
color: #1754CD;
}
.AnyTagClassName
{
color: #1754CD;
}
</style>
background-color css
<style>
a { background-color: #1754CD; }
a { background-color: rgb(23,84,205); }
div.DivClassName
{
background-color: #1754CD;
}
.BgClassName
{
background-color: #1754CD;
}
</style>
border-color css
<style>
span { border-color: #1754CD; }
span { border-color: rgb(23,84,205); }
td.TdClassName
{
border-color: #1754CD;
}
.TagClassName
{
border-color: #1754CD;
}
</style>