Shades of Denim #2468CF
Tints of Denim #2468CF
RGB
CMYK
RGB Variations
Color information
#2468CF (or 0x2468CF) is known color: Denim. HEX triplet: 24, 68 and CF. RGB value is (36,104,207). Sum of RGB (Red+Green+Blue) = 36+104+207=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #2468CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2468CF is #DB9730. Grayscale: #5E5E5E. Windows color (decimal): -14391089 or 13592612. OLE color: 13592612.
HSL color Cylindrical-coordinate representation of color #2468CF: hue angle of 216.14º 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 #2468CF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 104 | 207 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.19 |
| HSL | 216.14º | 0.7% | 0.48% | - |
| HSV(B) | 216.14º | 0.83% | 0.81% | - |
| XYZ | 16.94 | 14.78 | 60.99 | - |
| YUV | 95.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 207 | 0.83 | 0.50 | 0 | 0.19 | 216.14 | 0.7 | 0.48 |
| Hex | 24 | 68 | CF | 53 | 32 | 0 | 13 | D8 | 46 | 30 |
| Octal | 44 | 150 | 317 | 123 | 62 | 0 | 23 | 330 | 106 | 60 |
| Binary | 100100 | 1101000 | 11001111 | 1010011 | 110010 | 0 | 10011 | 11011000 | 1000110 | 110000 |
Color Harmonies of #2468CF
Complementary color
Monochromatic Colors of #2468CF
Black with #2468CF
Text Example
Text Example
White with #2468CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2468CF; }
p { color: rgb(36,104,207); }
H1.HeaderClassName
{
color: #2468CF;
}
.AnyTagClassName
{
color: #2468CF;
}
</style>
background-color css
<style>
a { background-color: #2468CF; }
a { background-color: rgb(36,104,207); }
div.DivClassName
{
background-color: #2468CF;
}
.BgClassName
{
background-color: #2468CF;
}
</style>
border-color css
<style>
span { border-color: #2468CF; }
span { border-color: rgb(36,104,207); }
td.TdClassName
{
border-color: #2468CF;
}
.TagClassName
{
border-color: #2468CF;
}
</style>