Shades of Denim #2179C8
Tints of Denim #2179C8
RGB
CMYK
RGB Variations
Color information
#2179C8 (or 0x2179C8) is known color: Denim. HEX triplet: 21, 79 and C8. RGB value is (33,121,200). Sum of RGB (Red+Green+Blue) = 33+121+200=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #2179C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179C8 is #DE8637. Grayscale: #676767. Windows color (decimal): -14583352 or 13138209. OLE color: 13138209.
HSL color Cylindrical-coordinate representation of color #2179C8: hue angle of 208.38º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2179C8 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 121 | 200 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.22 |
| HSL | 208.38º | 0.72% | 0.46% | - |
| HSV(B) | 208.38º | 0.84% | 0.78% | - |
| XYZ | 17.89 | 18.17 | 57.21 | - |
| YUV | 103.69 | 182.35 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 200 | 0.84 | 0.39 | 0 | 0.22 | 208.38 | 0.72 | 0.46 |
| Hex | 21 | 79 | C8 | 54 | 27 | 0 | 16 | D0 | 48 | 2E |
| Octal | 41 | 171 | 310 | 124 | 47 | 0 | 26 | 320 | 110 | 56 |
| Binary | 100001 | 1111001 | 11001000 | 1010100 | 100111 | 0 | 10110 | 11010000 | 1001000 | 101110 |
Color Harmonies of #2179C8
Complementary color
Monochromatic Colors of #2179C8
Black with #2179C8
Text Example
Text Example
White with #2179C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179C8; }
p { color: rgb(33,121,200); }
H1.HeaderClassName
{
color: #2179C8;
}
.AnyTagClassName
{
color: #2179C8;
}
</style>
background-color css
<style>
a { background-color: #2179C8; }
a { background-color: rgb(33,121,200); }
div.DivClassName
{
background-color: #2179C8;
}
.BgClassName
{
background-color: #2179C8;
}
</style>
border-color css
<style>
span { border-color: #2179C8; }
span { border-color: rgb(33,121,200); }
td.TdClassName
{
border-color: #2179C8;
}
.TagClassName
{
border-color: #2179C8;
}
</style>