Shades of Denim #1550CF
Tints of Denim #1550CF
RGB
CMYK
RGB Variations
Color information
#1550CF (or 0x1550CF) is known color: Denim. HEX triplet: 15, 50 and CF. RGB value is (21,80,207). Sum of RGB (Red+Green+Blue) = 21+80+207=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #1550CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550CF is #EAAF30. Grayscale: #4C4C4C. Windows color (decimal): -15380273 or 13586453. OLE color: 13586453.
HSL color Cylindrical-coordinate representation of color #1550CF: hue angle of 220.97º 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 #1550CF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 80 | 207 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.19 |
| HSL | 220.97º | 0.82% | 0.45% | - |
| HSV(B) | 220.97º | 0.9% | 0.81% | - |
| XYZ | 14.44 | 10.4 | 60.28 | - |
| YUV | 76.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 207 | 0.90 | 0.61 | 0 | 0.19 | 220.97 | 0.82 | 0.45 |
| Hex | 15 | 50 | CF | 5A | 3D | 0 | 13 | DD | 52 | 2D |
| Octal | 25 | 120 | 317 | 132 | 75 | 0 | 23 | 335 | 122 | 55 |
| Binary | 10101 | 1010000 | 11001111 | 1011010 | 111101 | 0 | 10011 | 11011101 | 1010010 | 101101 |
Color Harmonies of #1550CF
Complementary color
Monochromatic Colors of #1550CF
Black with #1550CF
Text Example
Text Example
White with #1550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550CF; }
p { color: rgb(21,80,207); }
H1.HeaderClassName
{
color: #1550CF;
}
.AnyTagClassName
{
color: #1550CF;
}
</style>
background-color css
<style>
a { background-color: #1550CF; }
a { background-color: rgb(21,80,207); }
div.DivClassName
{
background-color: #1550CF;
}
.BgClassName
{
background-color: #1550CF;
}
</style>
border-color css
<style>
span { border-color: #1550CF; }
span { border-color: rgb(21,80,207); }
td.TdClassName
{
border-color: #1550CF;
}
.TagClassName
{
border-color: #1550CF;
}
</style>