Shades of Denim #2460BD
Tints of Denim #2460BD
RGB
CMYK
RGB Variations
Color information
#2460BD (or 0x2460BD) is known color: Denim. HEX triplet: 24, 60 and BD. RGB value is (36,96,189). Sum of RGB (Red+Green+Blue) = 36+96+189=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #2460BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460BD is #DB9F42. Grayscale: #585858. Windows color (decimal): -14393155 or 12410916. OLE color: 12410916.
HSL color Cylindrical-coordinate representation of color #2460BD: hue angle of 216.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2460BD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 96 | 189 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.26 |
| HSL | 216.47º | 0.68% | 0.44% | - |
| HSV(B) | 216.47º | 0.81% | 0.74% | - |
| XYZ | 14.1 | 12.41 | 49.8 | - |
| YUV | 88.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 189 | 0.81 | 0.49 | 0 | 0.26 | 216.47 | 0.68 | 0.44 |
| Hex | 24 | 60 | BD | 51 | 31 | 0 | 1A | D8 | 44 | 2C |
| Octal | 44 | 140 | 275 | 121 | 61 | 0 | 32 | 330 | 104 | 54 |
| Binary | 100100 | 1100000 | 10111101 | 1010001 | 110001 | 0 | 11010 | 11011000 | 1000100 | 101100 |
Color Harmonies of #2460BD
Complementary color
Monochromatic Colors of #2460BD
Black with #2460BD
Text Example
Text Example
White with #2460BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460BD; }
p { color: rgb(36,96,189); }
H1.HeaderClassName
{
color: #2460BD;
}
.AnyTagClassName
{
color: #2460BD;
}
</style>
background-color css
<style>
a { background-color: #2460BD; }
a { background-color: rgb(36,96,189); }
div.DivClassName
{
background-color: #2460BD;
}
.BgClassName
{
background-color: #2460BD;
}
</style>
border-color css
<style>
span { border-color: #2460BD; }
span { border-color: rgb(36,96,189); }
td.TdClassName
{
border-color: #2460BD;
}
.TagClassName
{
border-color: #2460BD;
}
</style>