Shades of Denim #1550D7
Tints of Denim #1550D7
RGB
CMYK
RGB Variations
Color information
#1550D7 (or 0x1550D7) is known color: Denim. HEX triplet: 15, 50 and D7. RGB value is (21,80,215). Sum of RGB (Red+Green+Blue) = 21+80+215=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #1550D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550D7 is #EAAF28. Grayscale: #4D4D4D. Windows color (decimal): -15380265 or 14110741. OLE color: 14110741.
HSL color Cylindrical-coordinate representation of color #1550D7: hue angle of 221.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1550D7 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 80 | 215 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.16 |
| HSL | 221.75º | 0.82% | 0.46% | - |
| HSV(B) | 221.75º | 0.9% | 0.84% | - |
| XYZ | 15.44 | 10.8 | 65.56 | - |
| YUV | 77.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 215 | 0.90 | 0.63 | 0 | 0.16 | 221.75 | 0.82 | 0.46 |
| Hex | 15 | 50 | D7 | 5A | 3F | 0 | 10 | DE | 52 | 2E |
| Octal | 25 | 120 | 327 | 132 | 77 | 0 | 20 | 336 | 122 | 56 |
| Binary | 10101 | 1010000 | 11010111 | 1011010 | 111111 | 0 | 10000 | 11011110 | 1010010 | 101110 |
Color Harmonies of #1550D7
Complementary color
Monochromatic Colors of #1550D7
Black with #1550D7
Text Example
Text Example
White with #1550D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550D7; }
p { color: rgb(21,80,215); }
H1.HeaderClassName
{
color: #1550D7;
}
.AnyTagClassName
{
color: #1550D7;
}
</style>
background-color css
<style>
a { background-color: #1550D7; }
a { background-color: rgb(21,80,215); }
div.DivClassName
{
background-color: #1550D7;
}
.BgClassName
{
background-color: #1550D7;
}
</style>
border-color css
<style>
span { border-color: #1550D7; }
span { border-color: rgb(21,80,215); }
td.TdClassName
{
border-color: #1550D7;
}
.TagClassName
{
border-color: #1550D7;
}
</style>