Shades of Denim #1755DC
Tints of Denim #1755DC
RGB
CMYK
RGB Variations
Color information
#1755DC (or 0x1755DC) is known color: Denim. HEX triplet: 17, 55 and DC. RGB value is (23,85,220). Sum of RGB (Red+Green+Blue) = 23+85+220=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #1755DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755DC is #E8AA23. Grayscale: #515151. Windows color (decimal): -15247908 or 14439703. OLE color: 14439703.
HSL color Cylindrical-coordinate representation of color #1755DC: hue angle of 221.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1755DC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 85 | 220 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.14 |
| HSL | 221.12º | 0.81% | 0.48% | - |
| HSV(B) | 221.12º | 0.9% | 0.86% | - |
| XYZ | 16.52 | 11.85 | 69.13 | - |
| YUV | 81.85 | 205.96 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 220 | 0.90 | 0.61 | 0 | 0.14 | 221.12 | 0.81 | 0.48 |
| Hex | 17 | 55 | DC | 5A | 3D | 0 | E | DD | 51 | 30 |
| Octal | 27 | 125 | 334 | 132 | 75 | 0 | 16 | 335 | 121 | 60 |
| Binary | 10111 | 1010101 | 11011100 | 1011010 | 111101 | 0 | 1110 | 11011101 | 1010001 | 110000 |
Color Harmonies of #1755DC
Complementary color
Monochromatic Colors of #1755DC
Black with #1755DC
Text Example
Text Example
White with #1755DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755DC; }
p { color: rgb(23,85,220); }
H1.HeaderClassName
{
color: #1755DC;
}
.AnyTagClassName
{
color: #1755DC;
}
</style>
background-color css
<style>
a { background-color: #1755DC; }
a { background-color: rgb(23,85,220); }
div.DivClassName
{
background-color: #1755DC;
}
.BgClassName
{
background-color: #1755DC;
}
</style>
border-color css
<style>
span { border-color: #1755DC; }
span { border-color: rgb(23,85,220); }
td.TdClassName
{
border-color: #1755DC;
}
.TagClassName
{
border-color: #1755DC;
}
</style>