Shades of Denim #2479CF
Tints of Denim #2479CF
RGB
CMYK
RGB Variations
Color information
#2479CF (or 0x2479CF) is known color: Denim. HEX triplet: 24, 79 and CF. RGB value is (36,121,207). Sum of RGB (Red+Green+Blue) = 36+121+207=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #2479CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479CF is #DB8630. Grayscale: #686868. Windows color (decimal): -14386737 or 13596964. OLE color: 13596964.
HSL color Cylindrical-coordinate representation of color #2479CF: hue angle of 210.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2479CF is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 121 | 207 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.19 |
| HSL | 210.18º | 0.7% | 0.48% | - |
| HSV(B) | 210.18º | 0.83% | 0.81% | - |
| XYZ | 18.83 | 18.55 | 61.62 | - |
| YUV | 105.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 207 | 0.83 | 0.42 | 0 | 0.19 | 210.18 | 0.7 | 0.48 |
| Hex | 24 | 79 | CF | 53 | 2A | 0 | 13 | D2 | 46 | 30 |
| Octal | 44 | 171 | 317 | 123 | 52 | 0 | 23 | 322 | 106 | 60 |
| Binary | 100100 | 1111001 | 11001111 | 1010011 | 101010 | 0 | 10011 | 11010010 | 1000110 | 110000 |
Color Harmonies of #2479CF
Complementary color
Monochromatic Colors of #2479CF
Black with #2479CF
Text Example
Text Example
White with #2479CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479CF; }
p { color: rgb(36,121,207); }
H1.HeaderClassName
{
color: #2479CF;
}
.AnyTagClassName
{
color: #2479CF;
}
</style>
background-color css
<style>
a { background-color: #2479CF; }
a { background-color: rgb(36,121,207); }
div.DivClassName
{
background-color: #2479CF;
}
.BgClassName
{
background-color: #2479CF;
}
</style>
border-color css
<style>
span { border-color: #2479CF; }
span { border-color: rgb(36,121,207); }
td.TdClassName
{
border-color: #2479CF;
}
.TagClassName
{
border-color: #2479CF;
}
</style>