Shades of Denim #2470CB
Tints of Denim #2470CB
RGB
CMYK
RGB Variations
Color information
#2470CB (or 0x2470CB) is known color: Denim. HEX triplet: 24, 70 and CB. RGB value is (36,112,203). Sum of RGB (Red+Green+Blue) = 36+112+203=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #2470CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470CB is #DB8F34. Grayscale: #636363. Windows color (decimal): -14389045 or 13332516. OLE color: 13332516.
HSL color Cylindrical-coordinate representation of color #2470CB: hue angle of 212.69º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2470CB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 112 | 203 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.20 |
| HSL | 212.69º | 0.7% | 0.47% | - |
| HSV(B) | 212.69º | 0.82% | 0.8% | - |
| XYZ | 17.3 | 16.28 | 58.73 | - |
| YUV | 99.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 203 | 0.82 | 0.45 | 0 | 0.20 | 212.69 | 0.7 | 0.47 |
| Hex | 24 | 70 | CB | 52 | 2D | 0 | 14 | D5 | 46 | 2F |
| Octal | 44 | 160 | 313 | 122 | 55 | 0 | 24 | 325 | 106 | 57 |
| Binary | 100100 | 1110000 | 11001011 | 1010010 | 101101 | 0 | 10100 | 11010101 | 1000110 | 101111 |
Color Harmonies of #2470CB
Complementary color
Monochromatic Colors of #2470CB
Black with #2470CB
Text Example
Text Example
White with #2470CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470CB; }
p { color: rgb(36,112,203); }
H1.HeaderClassName
{
color: #2470CB;
}
.AnyTagClassName
{
color: #2470CB;
}
</style>
background-color css
<style>
a { background-color: #2470CB; }
a { background-color: rgb(36,112,203); }
div.DivClassName
{
background-color: #2470CB;
}
.BgClassName
{
background-color: #2470CB;
}
</style>
border-color css
<style>
span { border-color: #2470CB; }
span { border-color: rgb(36,112,203); }
td.TdClassName
{
border-color: #2470CB;
}
.TagClassName
{
border-color: #2470CB;
}
</style>