Shades of Denim #1755CF
Tints of Denim #1755CF
RGB
CMYK
RGB Variations
Color information
#1755CF (or 0x1755CF) is known color: Denim. HEX triplet: 17, 55 and CF. RGB value is (23,85,207). Sum of RGB (Red+Green+Blue) = 23+85+207=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #1755CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755CF is #E8AA30. Grayscale: #4F4F4F. Windows color (decimal): -15247921 or 13587735. OLE color: 13587735.
HSL color Cylindrical-coordinate representation of color #1755CF: hue angle of 219.78º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1755CF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 85 | 207 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.19 |
| HSL | 219.78º | 0.8% | 0.45% | - |
| HSV(B) | 219.78º | 0.89% | 0.81% | - |
| XYZ | 14.86 | 11.18 | 60.41 | - |
| YUV | 80.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 207 | 0.89 | 0.59 | 0 | 0.19 | 219.78 | 0.8 | 0.45 |
| Hex | 17 | 55 | CF | 59 | 3B | 0 | 13 | DC | 50 | 2D |
| Octal | 27 | 125 | 317 | 131 | 73 | 0 | 23 | 334 | 120 | 55 |
| Binary | 10111 | 1010101 | 11001111 | 1011001 | 111011 | 0 | 10011 | 11011100 | 1010000 | 101101 |
Color Harmonies of #1755CF
Complementary color
Monochromatic Colors of #1755CF
Black with #1755CF
Text Example
Text Example
White with #1755CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755CF; }
p { color: rgb(23,85,207); }
H1.HeaderClassName
{
color: #1755CF;
}
.AnyTagClassName
{
color: #1755CF;
}
</style>
background-color css
<style>
a { background-color: #1755CF; }
a { background-color: rgb(23,85,207); }
div.DivClassName
{
background-color: #1755CF;
}
.BgClassName
{
background-color: #1755CF;
}
</style>
border-color css
<style>
span { border-color: #1755CF; }
span { border-color: rgb(23,85,207); }
td.TdClassName
{
border-color: #1755CF;
}
.TagClassName
{
border-color: #1755CF;
}
</style>