Shades of Denim #2479CA
Tints of Denim #2479CA
RGB
CMYK
RGB Variations
Color information
#2479CA (or 0x2479CA) is known color: Denim. HEX triplet: 24, 79 and CA. RGB value is (36,121,202). Sum of RGB (Red+Green+Blue) = 36+121+202=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #2479CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479CA is #DB8635. Grayscale: #686868. Windows color (decimal): -14386742 or 13269284. OLE color: 13269284.
HSL color Cylindrical-coordinate representation of color #2479CA: hue angle of 209.28º 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 #2479CA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 121 | 202 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.21 |
| HSL | 209.28º | 0.7% | 0.47% | - |
| HSV(B) | 209.28º | 0.82% | 0.79% | - |
| XYZ | 18.23 | 18.31 | 58.45 | - |
| YUV | 104.82 | 182.84 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 202 | 0.82 | 0.40 | 0 | 0.21 | 209.28 | 0.7 | 0.47 |
| Hex | 24 | 79 | CA | 52 | 28 | 0 | 15 | D1 | 46 | 2F |
| Octal | 44 | 171 | 312 | 122 | 50 | 0 | 25 | 321 | 106 | 57 |
| Binary | 100100 | 1111001 | 11001010 | 1010010 | 101000 | 0 | 10101 | 11010001 | 1000110 | 101111 |
Color Harmonies of #2479CA
Complementary color
Monochromatic Colors of #2479CA
Black with #2479CA
Text Example
Text Example
White with #2479CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479CA; }
p { color: rgb(36,121,202); }
H1.HeaderClassName
{
color: #2479CA;
}
.AnyTagClassName
{
color: #2479CA;
}
</style>
background-color css
<style>
a { background-color: #2479CA; }
a { background-color: rgb(36,121,202); }
div.DivClassName
{
background-color: #2479CA;
}
.BgClassName
{
background-color: #2479CA;
}
</style>
border-color css
<style>
span { border-color: #2479CA; }
span { border-color: rgb(36,121,202); }
td.TdClassName
{
border-color: #2479CA;
}
.TagClassName
{
border-color: #2479CA;
}
</style>