Shades of Denim #246ED0
Tints of Denim #246ED0
RGB
CMYK
RGB Variations
Color information
#246ED0 (or 0x246ED0) is known color: Denim. HEX triplet: 24, 6E and D0. RGB value is (36,110,208). Sum of RGB (Red+Green+Blue) = 36+110+208=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #246ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ED0 is #DB912F. Grayscale: #626262. Windows color (decimal): -14389552 or 13659684. OLE color: 13659684.
HSL color Cylindrical-coordinate representation of color #246ED0: hue angle of 214.19º 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 #246ED0 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 110 | 208 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.18 |
| HSL | 214.19º | 0.7% | 0.48% | - |
| HSV(B) | 214.19º | 0.83% | 0.82% | - |
| XYZ | 17.69 | 16.08 | 61.85 | - |
| YUV | 99.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 208 | 0.83 | 0.47 | 0 | 0.18 | 214.19 | 0.7 | 0.48 |
| Hex | 24 | 6E | D0 | 53 | 2F | 0 | 12 | D6 | 46 | 30 |
| Octal | 44 | 156 | 320 | 123 | 57 | 0 | 22 | 326 | 106 | 60 |
| Binary | 100100 | 1101110 | 11010000 | 1010011 | 101111 | 0 | 10010 | 11010110 | 1000110 | 110000 |
Color Harmonies of #246ED0
Complementary color
Monochromatic Colors of #246ED0
Black with #246ED0
Text Example
Text Example
White with #246ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246ED0; }
p { color: rgb(36,110,208); }
H1.HeaderClassName
{
color: #246ED0;
}
.AnyTagClassName
{
color: #246ED0;
}
</style>
background-color css
<style>
a { background-color: #246ED0; }
a { background-color: rgb(36,110,208); }
div.DivClassName
{
background-color: #246ED0;
}
.BgClassName
{
background-color: #246ED0;
}
</style>
border-color css
<style>
span { border-color: #246ED0; }
span { border-color: rgb(36,110,208); }
td.TdClassName
{
border-color: #246ED0;
}
.TagClassName
{
border-color: #246ED0;
}
</style>