Shades of Denim #2479CE
Tints of Denim #2479CE
RGB
CMYK
RGB Variations
Color information
#2479CE (or 0x2479CE) is known color: Denim. HEX triplet: 24, 79 and CE. RGB value is (36,121,206). Sum of RGB (Red+Green+Blue) = 36+121+206=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #2479CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479CE is #DB8631. Grayscale: #686868. Windows color (decimal): -14386738 or 13531428. OLE color: 13531428.
HSL color Cylindrical-coordinate representation of color #2479CE: hue angle of 210º 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 #2479CE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 121 | 206 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.19 |
| HSL | 210º | 0.7% | 0.47% | - |
| HSV(B) | 210º | 0.83% | 0.81% | - |
| XYZ | 18.71 | 18.51 | 60.98 | - |
| YUV | 105.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 206 | 0.83 | 0.41 | 0 | 0.19 | 210 | 0.7 | 0.47 |
| Hex | 24 | 79 | CE | 53 | 29 | 0 | 13 | D2 | 46 | 2F |
| Octal | 44 | 171 | 316 | 123 | 51 | 0 | 23 | 322 | 106 | 57 |
| Binary | 100100 | 1111001 | 11001110 | 1010011 | 101001 | 0 | 10011 | 11010010 | 1000110 | 101111 |
Color Harmonies of #2479CE
Complementary color
Monochromatic Colors of #2479CE
Black with #2479CE
Text Example
Text Example
White with #2479CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479CE; }
p { color: rgb(36,121,206); }
H1.HeaderClassName
{
color: #2479CE;
}
.AnyTagClassName
{
color: #2479CE;
}
</style>
background-color css
<style>
a { background-color: #2479CE; }
a { background-color: rgb(36,121,206); }
div.DivClassName
{
background-color: #2479CE;
}
.BgClassName
{
background-color: #2479CE;
}
</style>
border-color css
<style>
span { border-color: #2479CE; }
span { border-color: rgb(36,121,206); }
td.TdClassName
{
border-color: #2479CE;
}
.TagClassName
{
border-color: #2479CE;
}
</style>