Shades of Denim #2870CB
Tints of Denim #2870CB
RGB
CMYK
RGB Variations
Color information
#2870CB (or 0x2870CB) is known color: Denim. HEX triplet: 28, 70 and CB. RGB value is (40,112,203). Sum of RGB (Red+Green+Blue) = 40+112+203=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #2870CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870CB is #D78F34. Grayscale: #646464. Windows color (decimal): -14126901 or 13332520. OLE color: 13332520.
HSL color Cylindrical-coordinate representation of color #2870CB: hue angle of 213.5º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2870CB is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 112 | 203 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.20 |
| HSL | 213.5º | 0.67% | 0.48% | - |
| HSV(B) | 213.5º | 0.8% | 0.8% | - |
| XYZ | 17.45 | 16.35 | 58.74 | - |
| YUV | 100.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 203 | 0.80 | 0.45 | 0 | 0.20 | 213.5 | 0.67 | 0.48 |
| Hex | 28 | 70 | CB | 50 | 2D | 0 | 14 | D5 | 43 | 30 |
| Octal | 50 | 160 | 313 | 120 | 55 | 0 | 24 | 325 | 103 | 60 |
| Binary | 101000 | 1110000 | 11001011 | 1010000 | 101101 | 0 | 10100 | 11010101 | 1000011 | 110000 |
Color Harmonies of #2870CB
Complementary color
Monochromatic Colors of #2870CB
Black with #2870CB
Text Example
Text Example
White with #2870CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870CB; }
p { color: rgb(40,112,203); }
H1.HeaderClassName
{
color: #2870CB;
}
.AnyTagClassName
{
color: #2870CB;
}
</style>
background-color css
<style>
a { background-color: #2870CB; }
a { background-color: rgb(40,112,203); }
div.DivClassName
{
background-color: #2870CB;
}
.BgClassName
{
background-color: #2870CB;
}
</style>
border-color css
<style>
span { border-color: #2870CB; }
span { border-color: rgb(40,112,203); }
td.TdClassName
{
border-color: #2870CB;
}
.TagClassName
{
border-color: #2870CB;
}
</style>