Shades of Denim #1450DC
Tints of Denim #1450DC
RGB
CMYK
RGB Variations
Color information
#1450DC (or 0x1450DC) is known color: Denim. HEX triplet: 14, 50 and DC. RGB value is (20,80,220). Sum of RGB (Red+Green+Blue) = 20+80+220=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #1450DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450DC is #EBAF23. Grayscale: #4D4D4D. Windows color (decimal): -15445796 or 14438420. OLE color: 14438420.
HSL color Cylindrical-coordinate representation of color #1450DC: hue angle of 222º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1450DC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 80 | 220 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.14 |
| HSL | 222º | 0.83% | 0.47% | - |
| HSV(B) | 222º | 0.91% | 0.86% | - |
| XYZ | 16.08 | 11.05 | 69 | - |
| YUV | 78.02 | 208.12 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 220 | 0.91 | 0.64 | 0 | 0.14 | 222 | 0.83 | 0.47 |
| Hex | 14 | 50 | DC | 5B | 40 | 0 | E | DE | 53 | 2F |
| Octal | 24 | 120 | 334 | 133 | 100 | 0 | 16 | 336 | 123 | 57 |
| Binary | 10100 | 1010000 | 11011100 | 1011011 | 1000000 | 0 | 1110 | 11011110 | 1010011 | 101111 |
Color Harmonies of #1450DC
Complementary color
Monochromatic Colors of #1450DC
Black with #1450DC
Text Example
Text Example
White with #1450DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450DC; }
p { color: rgb(20,80,220); }
H1.HeaderClassName
{
color: #1450DC;
}
.AnyTagClassName
{
color: #1450DC;
}
</style>
background-color css
<style>
a { background-color: #1450DC; }
a { background-color: rgb(20,80,220); }
div.DivClassName
{
background-color: #1450DC;
}
.BgClassName
{
background-color: #1450DC;
}
</style>
border-color css
<style>
span { border-color: #1450DC; }
span { border-color: rgb(20,80,220); }
td.TdClassName
{
border-color: #1450DC;
}
.TagClassName
{
border-color: #1450DC;
}
</style>