Shades of Denim #2478D0
Tints of Denim #2478D0
RGB
CMYK
RGB Variations
Color information
#2478D0 (or 0x2478D0) is known color: Denim. HEX triplet: 24, 78 and D0. RGB value is (36,120,208). Sum of RGB (Red+Green+Blue) = 36+120+208=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #2478D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478D0 is #DB872F. Grayscale: #686868. Windows color (decimal): -14386992 or 13662244. OLE color: 13662244.
HSL color Cylindrical-coordinate representation of color #2478D0: hue angle of 210.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2478D0 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 120 | 208 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.18 |
| HSL | 210.7º | 0.7% | 0.48% | - |
| HSV(B) | 210.7º | 0.83% | 0.82% | - |
| XYZ | 18.83 | 18.36 | 62.23 | - |
| YUV | 104.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 208 | 0.83 | 0.42 | 0 | 0.18 | 210.7 | 0.7 | 0.48 |
| Hex | 24 | 78 | D0 | 53 | 2A | 0 | 12 | D3 | 46 | 30 |
| Octal | 44 | 170 | 320 | 123 | 52 | 0 | 22 | 323 | 106 | 60 |
| Binary | 100100 | 1111000 | 11010000 | 1010011 | 101010 | 0 | 10010 | 11010011 | 1000110 | 110000 |
Color Harmonies of #2478D0
Complementary color
Monochromatic Colors of #2478D0
Black with #2478D0
Text Example
Text Example
White with #2478D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478D0; }
p { color: rgb(36,120,208); }
H1.HeaderClassName
{
color: #2478D0;
}
.AnyTagClassName
{
color: #2478D0;
}
</style>
background-color css
<style>
a { background-color: #2478D0; }
a { background-color: rgb(36,120,208); }
div.DivClassName
{
background-color: #2478D0;
}
.BgClassName
{
background-color: #2478D0;
}
</style>
border-color css
<style>
span { border-color: #2478D0; }
span { border-color: rgb(36,120,208); }
td.TdClassName
{
border-color: #2478D0;
}
.TagClassName
{
border-color: #2478D0;
}
</style>