Shades of Denim #1557CF
Tints of Denim #1557CF
RGB
CMYK
RGB Variations
Color information
#1557CF (or 0x1557CF) is known color: Denim. HEX triplet: 15, 57 and CF. RGB value is (21,87,207). Sum of RGB (Red+Green+Blue) = 21+87+207=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 87 (34.38% from 255 or 27.62% 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 #1557CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557CF is #EAA830. Grayscale: #505050. Windows color (decimal): -15378481 or 13588245. OLE color: 13588245.
HSL color Cylindrical-coordinate representation of color #1557CF: hue angle of 218.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1557CF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 87 | 207 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.19 |
| HSL | 218.71º | 0.82% | 0.45% | - |
| HSV(B) | 218.71º | 0.9% | 0.81% | - |
| XYZ | 14.98 | 11.48 | 60.46 | - |
| YUV | 80.95 | 199.13 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 207 | 0.90 | 0.58 | 0 | 0.19 | 218.71 | 0.82 | 0.45 |
| Hex | 15 | 57 | CF | 5A | 3A | 0 | 13 | DB | 52 | 2D |
| Octal | 25 | 127 | 317 | 132 | 72 | 0 | 23 | 333 | 122 | 55 |
| Binary | 10101 | 1010111 | 11001111 | 1011010 | 111010 | 0 | 10011 | 11011011 | 1010010 | 101101 |
Color Harmonies of #1557CF
Complementary color
Monochromatic Colors of #1557CF
Black with #1557CF
Text Example
Text Example
White with #1557CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1557CF; }
p { color: rgb(21,87,207); }
H1.HeaderClassName
{
color: #1557CF;
}
.AnyTagClassName
{
color: #1557CF;
}
</style>
background-color css
<style>
a { background-color: #1557CF; }
a { background-color: rgb(21,87,207); }
div.DivClassName
{
background-color: #1557CF;
}
.BgClassName
{
background-color: #1557CF;
}
</style>
border-color css
<style>
span { border-color: #1557CF; }
span { border-color: rgb(21,87,207); }
td.TdClassName
{
border-color: #1557CF;
}
.TagClassName
{
border-color: #1557CF;
}
</style>