Shades of Denim #1755DE
Tints of Denim #1755DE
RGB
CMYK
RGB Variations
Color information
#1755DE (or 0x1755DE) is known color: Denim. HEX triplet: 17, 55 and DE. RGB value is (23,85,222). Sum of RGB (Red+Green+Blue) = 23+85+222=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #1755DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755DE is #E8AA21. Grayscale: #515151. Windows color (decimal): -15247906 or 14570775. OLE color: 14570775.
HSL color Cylindrical-coordinate representation of color #1755DE: hue angle of 221.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1755DE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 85 | 222 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.13 |
| HSL | 221.31º | 0.81% | 0.48% | - |
| HSV(B) | 221.31º | 0.9% | 0.87% | - |
| XYZ | 16.79 | 11.95 | 70.53 | - |
| YUV | 82.08 | 206.96 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 222 | 0.90 | 0.62 | 0 | 0.13 | 221.31 | 0.81 | 0.48 |
| Hex | 17 | 55 | DE | 5A | 3E | 0 | D | DD | 51 | 30 |
| Octal | 27 | 125 | 336 | 132 | 76 | 0 | 15 | 335 | 121 | 60 |
| Binary | 10111 | 1010101 | 11011110 | 1011010 | 111110 | 0 | 1101 | 11011101 | 1010001 | 110000 |
Color Harmonies of #1755DE
Complementary color
Monochromatic Colors of #1755DE
Black with #1755DE
Text Example
Text Example
White with #1755DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755DE; }
p { color: rgb(23,85,222); }
H1.HeaderClassName
{
color: #1755DE;
}
.AnyTagClassName
{
color: #1755DE;
}
</style>
background-color css
<style>
a { background-color: #1755DE; }
a { background-color: rgb(23,85,222); }
div.DivClassName
{
background-color: #1755DE;
}
.BgClassName
{
background-color: #1755DE;
}
</style>
border-color css
<style>
span { border-color: #1755DE; }
span { border-color: rgb(23,85,222); }
td.TdClassName
{
border-color: #1755DE;
}
.TagClassName
{
border-color: #1755DE;
}
</style>