Shades of Denim #2870CA
Tints of Denim #2870CA
RGB
CMYK
RGB Variations
Color information
#2870CA (or 0x2870CA) is known color: Denim. HEX triplet: 28, 70 and CA. RGB value is (40,112,202). Sum of RGB (Red+Green+Blue) = 40+112+202=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2870CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870CA is #D78F35. Grayscale: #646464. Windows color (decimal): -14126902 or 13266984. OLE color: 13266984.
HSL color Cylindrical-coordinate representation of color #2870CA: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2870CA is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 112 | 202 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.21 |
| HSL | 213.33º | 0.67% | 0.47% | - |
| HSV(B) | 213.33º | 0.8% | 0.79% | - |
| XYZ | 17.33 | 16.3 | 58.11 | - |
| YUV | 100.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 202 | 0.80 | 0.45 | 0 | 0.21 | 213.33 | 0.67 | 0.47 |
| Hex | 28 | 70 | CA | 50 | 2D | 0 | 15 | D5 | 43 | 2F |
| Octal | 50 | 160 | 312 | 120 | 55 | 0 | 25 | 325 | 103 | 57 |
| Binary | 101000 | 1110000 | 11001010 | 1010000 | 101101 | 0 | 10101 | 11010101 | 1000011 | 101111 |
Color Harmonies of #2870CA
Complementary color
Monochromatic Colors of #2870CA
Black with #2870CA
Text Example
Text Example
White with #2870CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870CA; }
p { color: rgb(40,112,202); }
H1.HeaderClassName
{
color: #2870CA;
}
.AnyTagClassName
{
color: #2870CA;
}
</style>
background-color css
<style>
a { background-color: #2870CA; }
a { background-color: rgb(40,112,202); }
div.DivClassName
{
background-color: #2870CA;
}
.BgClassName
{
background-color: #2870CA;
}
</style>
border-color css
<style>
span { border-color: #2870CA; }
span { border-color: rgb(40,112,202); }
td.TdClassName
{
border-color: #2870CA;
}
.TagClassName
{
border-color: #2870CA;
}
</style>