Shades of Denim #2466D0
Tints of Denim #2466D0
RGB
CMYK
RGB Variations
Color information
#2466D0 (or 0x2466D0) is known color: Denim. HEX triplet: 24, 66 and D0. RGB value is (36,102,208). Sum of RGB (Red+Green+Blue) = 36+102+208=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #2466D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466D0 is #DB992F. Grayscale: #5D5D5D. Windows color (decimal): -14391600 or 13657636. OLE color: 13657636.
HSL color Cylindrical-coordinate representation of color #2466D0: hue angle of 216.98º 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 #2466D0 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 102 | 208 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.18 |
| HSL | 216.98º | 0.7% | 0.48% | - |
| HSV(B) | 216.98º | 0.83% | 0.82% | - |
| XYZ | 16.86 | 14.43 | 61.57 | - |
| YUV | 94.35 | 192.13 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 208 | 0.83 | 0.51 | 0 | 0.18 | 216.98 | 0.7 | 0.48 |
| Hex | 24 | 66 | D0 | 53 | 33 | 0 | 12 | D9 | 46 | 30 |
| Octal | 44 | 146 | 320 | 123 | 63 | 0 | 22 | 331 | 106 | 60 |
| Binary | 100100 | 1100110 | 11010000 | 1010011 | 110011 | 0 | 10010 | 11011001 | 1000110 | 110000 |
Color Harmonies of #2466D0
Complementary color
Monochromatic Colors of #2466D0
Black with #2466D0
Text Example
Text Example
White with #2466D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466D0; }
p { color: rgb(36,102,208); }
H1.HeaderClassName
{
color: #2466D0;
}
.AnyTagClassName
{
color: #2466D0;
}
</style>
background-color css
<style>
a { background-color: #2466D0; }
a { background-color: rgb(36,102,208); }
div.DivClassName
{
background-color: #2466D0;
}
.BgClassName
{
background-color: #2466D0;
}
</style>
border-color css
<style>
span { border-color: #2466D0; }
span { border-color: rgb(36,102,208); }
td.TdClassName
{
border-color: #2466D0;
}
.TagClassName
{
border-color: #2466D0;
}
</style>