Shades of Denim #1552DD
Tints of Denim #1552DD
RGB
CMYK
RGB Variations
Color information
#1552DD (or 0x1552DD) is known color: Denim. HEX triplet: 15, 52 and DD. RGB value is (21,82,221). Sum of RGB (Red+Green+Blue) = 21+82+221=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #1552DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552DD is #EAAD22. Grayscale: #4E4E4E. Windows color (decimal): -15379747 or 14504469. OLE color: 14504469.
HSL color Cylindrical-coordinate representation of color #1552DD: hue angle of 221.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1552DD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 82 | 221 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.13 |
| HSL | 221.7º | 0.83% | 0.47% | - |
| HSV(B) | 221.7º | 0.9% | 0.87% | - |
| XYZ | 16.38 | 11.41 | 69.75 | - |
| YUV | 79.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 221 | 0.90 | 0.63 | 0 | 0.13 | 221.7 | 0.83 | 0.47 |
| Hex | 15 | 52 | DD | 5A | 3F | 0 | D | DE | 53 | 2F |
| Octal | 25 | 122 | 335 | 132 | 77 | 0 | 15 | 336 | 123 | 57 |
| Binary | 10101 | 1010010 | 11011101 | 1011010 | 111111 | 0 | 1101 | 11011110 | 1010011 | 101111 |
Color Harmonies of #1552DD
Complementary color
Monochromatic Colors of #1552DD
Black with #1552DD
Text Example
Text Example
White with #1552DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552DD; }
p { color: rgb(21,82,221); }
H1.HeaderClassName
{
color: #1552DD;
}
.AnyTagClassName
{
color: #1552DD;
}
</style>
background-color css
<style>
a { background-color: #1552DD; }
a { background-color: rgb(21,82,221); }
div.DivClassName
{
background-color: #1552DD;
}
.BgClassName
{
background-color: #1552DD;
}
</style>
border-color css
<style>
span { border-color: #1552DD; }
span { border-color: rgb(21,82,221); }
td.TdClassName
{
border-color: #1552DD;
}
.TagClassName
{
border-color: #1552DD;
}
</style>