Shades of Denim #2478CA
Tints of Denim #2478CA
RGB
CMYK
RGB Variations
Color information
#2478CA (or 0x2478CA) is known color: Denim. HEX triplet: 24, 78 and CA. RGB value is (36,120,202). Sum of RGB (Red+Green+Blue) = 36+120+202=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #2478CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478CA is #DB8735. Grayscale: #676767. Windows color (decimal): -14386998 or 13269028. OLE color: 13269028.
HSL color Cylindrical-coordinate representation of color #2478CA: hue angle of 209.64º 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 #2478CA is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 120 | 202 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.21 |
| HSL | 209.64º | 0.7% | 0.47% | - |
| HSV(B) | 209.64º | 0.82% | 0.79% | - |
| XYZ | 18.1 | 18.07 | 58.41 | - |
| YUV | 104.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 202 | 0.82 | 0.41 | 0 | 0.21 | 209.64 | 0.7 | 0.47 |
| Hex | 24 | 78 | CA | 52 | 29 | 0 | 15 | D2 | 46 | 2F |
| Octal | 44 | 170 | 312 | 122 | 51 | 0 | 25 | 322 | 106 | 57 |
| Binary | 100100 | 1111000 | 11001010 | 1010010 | 101001 | 0 | 10101 | 11010010 | 1000110 | 101111 |
Color Harmonies of #2478CA
Complementary color
Monochromatic Colors of #2478CA
Black with #2478CA
Text Example
Text Example
White with #2478CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478CA; }
p { color: rgb(36,120,202); }
H1.HeaderClassName
{
color: #2478CA;
}
.AnyTagClassName
{
color: #2478CA;
}
</style>
background-color css
<style>
a { background-color: #2478CA; }
a { background-color: rgb(36,120,202); }
div.DivClassName
{
background-color: #2478CA;
}
.BgClassName
{
background-color: #2478CA;
}
</style>
border-color css
<style>
span { border-color: #2478CA; }
span { border-color: rgb(36,120,202); }
td.TdClassName
{
border-color: #2478CA;
}
.TagClassName
{
border-color: #2478CA;
}
</style>