Shades of Denim #2870C6
Tints of Denim #2870C6
RGB
CMYK
RGB Variations
Color information
#2870C6 (or 0x2870C6) is known color: Denim. HEX triplet: 28, 70 and C6. RGB value is (40,112,198). Sum of RGB (Red+Green+Blue) = 40+112+198=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #2870C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870C6 is #D78F39. Grayscale: #636363. Windows color (decimal): -14126906 or 13004840. OLE color: 13004840.
HSL color Cylindrical-coordinate representation of color #2870C6: hue angle of 212.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2870C6 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 112 | 198 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.22 |
| HSL | 212.66º | 0.66% | 0.47% | - |
| HSV(B) | 212.66º | 0.8% | 0.78% | - |
| XYZ | 16.86 | 16.12 | 55.65 | - |
| YUV | 100.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 198 | 0.80 | 0.43 | 0 | 0.22 | 212.66 | 0.66 | 0.47 |
| Hex | 28 | 70 | C6 | 50 | 2B | 0 | 16 | D5 | 42 | 2F |
| Octal | 50 | 160 | 306 | 120 | 53 | 0 | 26 | 325 | 102 | 57 |
| Binary | 101000 | 1110000 | 11000110 | 1010000 | 101011 | 0 | 10110 | 11010101 | 1000010 | 101111 |
Color Harmonies of #2870C6
Complementary color
Monochromatic Colors of #2870C6
Black with #2870C6
Text Example
Text Example
White with #2870C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870C6; }
p { color: rgb(40,112,198); }
H1.HeaderClassName
{
color: #2870C6;
}
.AnyTagClassName
{
color: #2870C6;
}
</style>
background-color css
<style>
a { background-color: #2870C6; }
a { background-color: rgb(40,112,198); }
div.DivClassName
{
background-color: #2870C6;
}
.BgClassName
{
background-color: #2870C6;
}
</style>
border-color css
<style>
span { border-color: #2870C6; }
span { border-color: rgb(40,112,198); }
td.TdClassName
{
border-color: #2870C6;
}
.TagClassName
{
border-color: #2870C6;
}
</style>