Shades of Denim #2478CE
Tints of Denim #2478CE
RGB
CMYK
RGB Variations
Color information
#2478CE (or 0x2478CE) is known color: Denim. HEX triplet: 24, 78 and CE. RGB value is (36,120,206). Sum of RGB (Red+Green+Blue) = 36+120+206=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2478CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478CE is #DB8731. Grayscale: #686868. Windows color (decimal): -14386994 or 13531172. OLE color: 13531172.
HSL color Cylindrical-coordinate representation of color #2478CE: hue angle of 210.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2478CE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 120 | 206 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.19 |
| HSL | 210.35º | 0.7% | 0.47% | - |
| HSV(B) | 210.35º | 0.83% | 0.81% | - |
| XYZ | 18.58 | 18.26 | 60.94 | - |
| YUV | 104.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 206 | 0.83 | 0.42 | 0 | 0.19 | 210.35 | 0.7 | 0.47 |
| Hex | 24 | 78 | CE | 53 | 2A | 0 | 13 | D2 | 46 | 2F |
| Octal | 44 | 170 | 316 | 123 | 52 | 0 | 23 | 322 | 106 | 57 |
| Binary | 100100 | 1111000 | 11001110 | 1010011 | 101010 | 0 | 10011 | 11010010 | 1000110 | 101111 |
Color Harmonies of #2478CE
Complementary color
Monochromatic Colors of #2478CE
Black with #2478CE
Text Example
Text Example
White with #2478CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478CE; }
p { color: rgb(36,120,206); }
H1.HeaderClassName
{
color: #2478CE;
}
.AnyTagClassName
{
color: #2478CE;
}
</style>
background-color css
<style>
a { background-color: #2478CE; }
a { background-color: rgb(36,120,206); }
div.DivClassName
{
background-color: #2478CE;
}
.BgClassName
{
background-color: #2478CE;
}
</style>
border-color css
<style>
span { border-color: #2478CE; }
span { border-color: rgb(36,120,206); }
td.TdClassName
{
border-color: #2478CE;
}
.TagClassName
{
border-color: #2478CE;
}
</style>