Shades of Denim #2470BD
Tints of Denim #2470BD
RGB
CMYK
RGB Variations
Color information
#2470BD (or 0x2470BD) is known color: Denim. HEX triplet: 24, 70 and BD. RGB value is (36,112,189). Sum of RGB (Red+Green+Blue) = 36+112+189=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #2470BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470BD is #DB8F42. Grayscale: #616161. Windows color (decimal): -14389059 or 12415012. OLE color: 12415012.
HSL color Cylindrical-coordinate representation of color #2470BD: hue angle of 210.2º 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 #2470BD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 112 | 189 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.26 |
| HSL | 210.2º | 0.68% | 0.44% | - |
| HSV(B) | 210.2º | 0.81% | 0.74% | - |
| XYZ | 15.71 | 15.64 | 50.33 | - |
| YUV | 98.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 189 | 0.81 | 0.41 | 0 | 0.26 | 210.2 | 0.68 | 0.44 |
| Hex | 24 | 70 | BD | 51 | 29 | 0 | 1A | D2 | 44 | 2C |
| Octal | 44 | 160 | 275 | 121 | 51 | 0 | 32 | 322 | 104 | 54 |
| Binary | 100100 | 1110000 | 10111101 | 1010001 | 101001 | 0 | 11010 | 11010010 | 1000100 | 101100 |
Color Harmonies of #2470BD
Complementary color
Monochromatic Colors of #2470BD
Black with #2470BD
Text Example
Text Example
White with #2470BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470BD; }
p { color: rgb(36,112,189); }
H1.HeaderClassName
{
color: #2470BD;
}
.AnyTagClassName
{
color: #2470BD;
}
</style>
background-color css
<style>
a { background-color: #2470BD; }
a { background-color: rgb(36,112,189); }
div.DivClassName
{
background-color: #2470BD;
}
.BgClassName
{
background-color: #2470BD;
}
</style>
border-color css
<style>
span { border-color: #2470BD; }
span { border-color: rgb(36,112,189); }
td.TdClassName
{
border-color: #2470BD;
}
.TagClassName
{
border-color: #2470BD;
}
</style>