Shades of Denim #1758DD
Tints of Denim #1758DD
RGB
CMYK
RGB Variations
Color information
#1758DD (or 0x1758DD) is known color: Denim. HEX triplet: 17, 58 and DD. RGB value is (23,88,221). Sum of RGB (Red+Green+Blue) = 23+88+221=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #1758DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1758DD is #E8A722. Grayscale: #535353. Windows color (decimal): -15247139 or 14506007. OLE color: 14506007.
HSL color Cylindrical-coordinate representation of color #1758DD: hue angle of 220.3º 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 #1758DD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 88 | 221 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.13 |
| HSL | 220.3º | 0.81% | 0.48% | - |
| HSV(B) | 220.3º | 0.9% | 0.87% | - |
| XYZ | 16.89 | 12.38 | 69.91 | - |
| YUV | 83.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 221 | 0.90 | 0.60 | 0 | 0.13 | 220.3 | 0.81 | 0.48 |
| Hex | 17 | 58 | DD | 5A | 3C | 0 | D | DC | 51 | 30 |
| Octal | 27 | 130 | 335 | 132 | 74 | 0 | 15 | 334 | 121 | 60 |
| Binary | 10111 | 1011000 | 11011101 | 1011010 | 111100 | 0 | 1101 | 11011100 | 1010001 | 110000 |
Color Harmonies of #1758DD
Complementary color
Monochromatic Colors of #1758DD
Black with #1758DD
Text Example
Text Example
White with #1758DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758DD; }
p { color: rgb(23,88,221); }
H1.HeaderClassName
{
color: #1758DD;
}
.AnyTagClassName
{
color: #1758DD;
}
</style>
background-color css
<style>
a { background-color: #1758DD; }
a { background-color: rgb(23,88,221); }
div.DivClassName
{
background-color: #1758DD;
}
.BgClassName
{
background-color: #1758DD;
}
</style>
border-color css
<style>
span { border-color: #1758DD; }
span { border-color: rgb(23,88,221); }
td.TdClassName
{
border-color: #1758DD;
}
.TagClassName
{
border-color: #1758DD;
}
</style>