Shades of Denim #1957DC
Tints of Denim #1957DC
RGB
CMYK
RGB Variations
Color information
#1957DC (or 0x1957DC) is known color: Denim. HEX triplet: 19, 57 and DC. RGB value is (25,87,220). Sum of RGB (Red+Green+Blue) = 25+87+220=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #1957DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957DC is #E6A823. Grayscale: #535353. Windows color (decimal): -15116324 or 14440217. OLE color: 14440217.
HSL color Cylindrical-coordinate representation of color #1957DC: hue angle of 220.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1957DC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 87 | 220 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.14 |
| HSL | 220.92º | 0.8% | 0.48% | - |
| HSV(B) | 220.92º | 0.89% | 0.86% | - |
| XYZ | 16.73 | 12.19 | 69.18 | - |
| YUV | 83.62 | 204.96 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 220 | 0.89 | 0.60 | 0 | 0.14 | 220.92 | 0.8 | 0.48 |
| Hex | 19 | 57 | DC | 59 | 3C | 0 | E | DD | 50 | 30 |
| Octal | 31 | 127 | 334 | 131 | 74 | 0 | 16 | 335 | 120 | 60 |
| Binary | 11001 | 1010111 | 11011100 | 1011001 | 111100 | 0 | 1110 | 11011101 | 1010000 | 110000 |
Color Harmonies of #1957DC
Complementary color
Monochromatic Colors of #1957DC
Black with #1957DC
Text Example
Text Example
White with #1957DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957DC; }
p { color: rgb(25,87,220); }
H1.HeaderClassName
{
color: #1957DC;
}
.AnyTagClassName
{
color: #1957DC;
}
</style>
background-color css
<style>
a { background-color: #1957DC; }
a { background-color: rgb(25,87,220); }
div.DivClassName
{
background-color: #1957DC;
}
.BgClassName
{
background-color: #1957DC;
}
</style>
border-color css
<style>
span { border-color: #1957DC; }
span { border-color: rgb(25,87,220); }
td.TdClassName
{
border-color: #1957DC;
}
.TagClassName
{
border-color: #1957DC;
}
</style>