Shades of Denim #2470CA
Tints of Denim #2470CA
RGB
CMYK
RGB Variations
Color information
#2470CA (or 0x2470CA) is known color: Denim. HEX triplet: 24, 70 and CA. RGB value is (36,112,202). Sum of RGB (Red+Green+Blue) = 36+112+202=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #2470CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470CA is #DB8F35. Grayscale: #636363. Windows color (decimal): -14389046 or 13266980. OLE color: 13266980.
HSL color Cylindrical-coordinate representation of color #2470CA: hue angle of 212.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2470CA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 112 | 202 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.21 |
| HSL | 212.53º | 0.7% | 0.47% | - |
| HSV(B) | 212.53º | 0.82% | 0.79% | - |
| XYZ | 17.18 | 16.23 | 58.1 | - |
| YUV | 99.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 202 | 0.82 | 0.45 | 0 | 0.21 | 212.53 | 0.7 | 0.47 |
| Hex | 24 | 70 | CA | 52 | 2D | 0 | 15 | D5 | 46 | 2F |
| Octal | 44 | 160 | 312 | 122 | 55 | 0 | 25 | 325 | 106 | 57 |
| Binary | 100100 | 1110000 | 11001010 | 1010010 | 101101 | 0 | 10101 | 11010101 | 1000110 | 101111 |
Color Harmonies of #2470CA
Complementary color
Monochromatic Colors of #2470CA
Black with #2470CA
Text Example
Text Example
White with #2470CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470CA; }
p { color: rgb(36,112,202); }
H1.HeaderClassName
{
color: #2470CA;
}
.AnyTagClassName
{
color: #2470CA;
}
</style>
background-color css
<style>
a { background-color: #2470CA; }
a { background-color: rgb(36,112,202); }
div.DivClassName
{
background-color: #2470CA;
}
.BgClassName
{
background-color: #2470CA;
}
</style>
border-color css
<style>
span { border-color: #2470CA; }
span { border-color: rgb(36,112,202); }
td.TdClassName
{
border-color: #2470CA;
}
.TagClassName
{
border-color: #2470CA;
}
</style>