Shades of Denim #2479D0
Tints of Denim #2479D0
RGB
CMYK
RGB Variations
Color information
#2479D0 (or 0x2479D0) is known color: Denim. HEX triplet: 24, 79 and D0. RGB value is (36,121,208). Sum of RGB (Red+Green+Blue) = 36+121+208=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #2479D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479D0 is #DB862F. Grayscale: #696969. Windows color (decimal): -14386736 or 13662500. OLE color: 13662500.
HSL color Cylindrical-coordinate representation of color #2479D0: hue angle of 210.35º 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 #2479D0 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 121 | 208 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.18 |
| HSL | 210.35º | 0.7% | 0.48% | - |
| HSV(B) | 210.35º | 0.83% | 0.82% | - |
| XYZ | 18.95 | 18.6 | 62.27 | - |
| YUV | 105.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 208 | 0.83 | 0.42 | 0 | 0.18 | 210.35 | 0.7 | 0.48 |
| Hex | 24 | 79 | D0 | 53 | 2A | 0 | 12 | D2 | 46 | 30 |
| Octal | 44 | 171 | 320 | 123 | 52 | 0 | 22 | 322 | 106 | 60 |
| Binary | 100100 | 1111001 | 11010000 | 1010011 | 101010 | 0 | 10010 | 11010010 | 1000110 | 110000 |
Color Harmonies of #2479D0
Complementary color
Monochromatic Colors of #2479D0
Black with #2479D0
Text Example
Text Example
White with #2479D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479D0; }
p { color: rgb(36,121,208); }
H1.HeaderClassName
{
color: #2479D0;
}
.AnyTagClassName
{
color: #2479D0;
}
</style>
background-color css
<style>
a { background-color: #2479D0; }
a { background-color: rgb(36,121,208); }
div.DivClassName
{
background-color: #2479D0;
}
.BgClassName
{
background-color: #2479D0;
}
</style>
border-color css
<style>
span { border-color: #2479D0; }
span { border-color: rgb(36,121,208); }
td.TdClassName
{
border-color: #2479D0;
}
.TagClassName
{
border-color: #2479D0;
}
</style>