Shades of Denim #2178D4
Tints of Denim #2178D4
RGB
CMYK
RGB Variations
Color information
#2178D4 (or 0x2178D4) is known color: Denim. HEX triplet: 21, 78 and D4. RGB value is (33,120,212). Sum of RGB (Red+Green+Blue) = 33+120+212=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 212 (83.20% from 255 or 58.08% from 365); Max value from RGB is 212 - color contains mainly: blue. Hex color #2178D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178D4 is #DE872B. Grayscale: #686868. Windows color (decimal): -14583596 or 13924385. OLE color: 13924385.
HSL color Cylindrical-coordinate representation of color #2178D4: hue angle of 210.84º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2178D4 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 120 | 212 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.17 |
| HSL | 210.84º | 0.73% | 0.48% | - |
| HSV(B) | 210.84º | 0.84% | 0.83% | - |
| XYZ | 19.23 | 18.51 | 64.85 | - |
| YUV | 104.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 212 | 0.84 | 0.43 | 0 | 0.17 | 210.84 | 0.73 | 0.48 |
| Hex | 21 | 78 | D4 | 54 | 2B | 0 | 11 | D3 | 49 | 30 |
| Octal | 41 | 170 | 324 | 124 | 53 | 0 | 21 | 323 | 111 | 60 |
| Binary | 100001 | 1111000 | 11010100 | 1010100 | 101011 | 0 | 10001 | 11010011 | 1001001 | 110000 |
Color Harmonies of #2178D4
Complementary color
Monochromatic Colors of #2178D4
Black with #2178D4
Text Example
Text Example
White with #2178D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178D4; }
p { color: rgb(33,120,212); }
H1.HeaderClassName
{
color: #2178D4;
}
.AnyTagClassName
{
color: #2178D4;
}
</style>
background-color css
<style>
a { background-color: #2178D4; }
a { background-color: rgb(33,120,212); }
div.DivClassName
{
background-color: #2178D4;
}
.BgClassName
{
background-color: #2178D4;
}
</style>
border-color css
<style>
span { border-color: #2178D4; }
span { border-color: rgb(33,120,212); }
td.TdClassName
{
border-color: #2178D4;
}
.TagClassName
{
border-color: #2178D4;
}
</style>