Shades of Denim #1450CD
Tints of Denim #1450CD
RGB
CMYK
RGB Variations
Color information
#1450CD (or 0x1450CD) is known color: Denim. HEX triplet: 14, 50 and CD. RGB value is (20,80,205). Sum of RGB (Red+Green+Blue) = 20+80+205=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #1450CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450CD is #EBAF32. Grayscale: #4B4B4B. Windows color (decimal): -15445811 or 13455380. OLE color: 13455380.
HSL color Cylindrical-coordinate representation of color #1450CD: hue angle of 220.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1450CD is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 80 | 205 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.20 |
| HSL | 220.54º | 0.82% | 0.44% | - |
| HSV(B) | 220.54º | 0.9% | 0.8% | - |
| XYZ | 14.18 | 10.29 | 59 | - |
| YUV | 76.31 | 200.62 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 205 | 0.90 | 0.61 | 0 | 0.20 | 220.54 | 0.82 | 0.44 |
| Hex | 14 | 50 | CD | 5A | 3D | 0 | 14 | DD | 52 | 2C |
| Octal | 24 | 120 | 315 | 132 | 75 | 0 | 24 | 335 | 122 | 54 |
| Binary | 10100 | 1010000 | 11001101 | 1011010 | 111101 | 0 | 10100 | 11011101 | 1010010 | 101100 |
Color Harmonies of #1450CD
Complementary color
Monochromatic Colors of #1450CD
Black with #1450CD
Text Example
Text Example
White with #1450CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450CD; }
p { color: rgb(20,80,205); }
H1.HeaderClassName
{
color: #1450CD;
}
.AnyTagClassName
{
color: #1450CD;
}
</style>
background-color css
<style>
a { background-color: #1450CD; }
a { background-color: rgb(20,80,205); }
div.DivClassName
{
background-color: #1450CD;
}
.BgClassName
{
background-color: #1450CD;
}
</style>
border-color css
<style>
span { border-color: #1450CD; }
span { border-color: rgb(20,80,205); }
td.TdClassName
{
border-color: #1450CD;
}
.TagClassName
{
border-color: #1450CD;
}
</style>