Shades of Denim #1755DF
Tints of Denim #1755DF
RGB
CMYK
RGB Variations
Color information
#1755DF (or 0x1755DF) is known color: Denim. HEX triplet: 17, 55 and DF. RGB value is (23,85,223). Sum of RGB (Red+Green+Blue) = 23+85+223=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #1755DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755DF is #E8AA20. Grayscale: #515151. Windows color (decimal): -15247905 or 14636311. OLE color: 14636311.
HSL color Cylindrical-coordinate representation of color #1755DF: hue angle of 221.4º 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 #1755DF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 85 | 223 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.13 |
| HSL | 221.4º | 0.81% | 0.48% | - |
| HSV(B) | 221.4º | 0.9% | 0.87% | - |
| XYZ | 16.92 | 12.01 | 71.24 | - |
| YUV | 82.19 | 207.46 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 223 | 0.90 | 0.62 | 0 | 0.13 | 221.4 | 0.81 | 0.48 |
| Hex | 17 | 55 | DF | 5A | 3E | 0 | D | DD | 51 | 30 |
| Octal | 27 | 125 | 337 | 132 | 76 | 0 | 15 | 335 | 121 | 60 |
| Binary | 10111 | 1010101 | 11011111 | 1011010 | 111110 | 0 | 1101 | 11011101 | 1010001 | 110000 |
Color Harmonies of #1755DF
Complementary color
Monochromatic Colors of #1755DF
Black with #1755DF
Text Example
Text Example
White with #1755DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755DF; }
p { color: rgb(23,85,223); }
H1.HeaderClassName
{
color: #1755DF;
}
.AnyTagClassName
{
color: #1755DF;
}
</style>
background-color css
<style>
a { background-color: #1755DF; }
a { background-color: rgb(23,85,223); }
div.DivClassName
{
background-color: #1755DF;
}
.BgClassName
{
background-color: #1755DF;
}
</style>
border-color css
<style>
span { border-color: #1755DF; }
span { border-color: rgb(23,85,223); }
td.TdClassName
{
border-color: #1755DF;
}
.TagClassName
{
border-color: #1755DF;
}
</style>