Shades of Denim #2A70BD
Tints of Denim #2A70BD
RGB
CMYK
RGB Variations
Color information
#2A70BD (or 0x2A70BD) is known color: Denim. HEX triplet: 2A, 70 and BD. RGB value is (42,112,189). Sum of RGB (Red+Green+Blue) = 42+112+189=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A70BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70BD is #D58F42. Grayscale: #636363. Windows color (decimal): -13995843 or 12415018. OLE color: 12415018.
HSL color Cylindrical-coordinate representation of color #2A70BD: hue angle of 211.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A70BD is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 112 | 189 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.26 |
| HSL | 211.43º | 0.64% | 0.45% | - |
| HSV(B) | 211.43º | 0.78% | 0.74% | - |
| XYZ | 15.93 | 15.75 | 50.35 | - |
| YUV | 99.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 189 | 0.78 | 0.41 | 0 | 0.26 | 211.43 | 0.64 | 0.45 |
| Hex | 2A | 70 | BD | 4E | 29 | 0 | 1A | D3 | 40 | 2D |
| Octal | 52 | 160 | 275 | 116 | 51 | 0 | 32 | 323 | 100 | 55 |
| Binary | 101010 | 1110000 | 10111101 | 1001110 | 101001 | 0 | 11010 | 11010011 | 1000000 | 101101 |
Color Harmonies of #2A70BD
Complementary color
Monochromatic Colors of #2A70BD
Black with #2A70BD
Text Example
Text Example
White with #2A70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70BD; }
p { color: rgb(42,112,189); }
H1.HeaderClassName
{
color: #2A70BD;
}
.AnyTagClassName
{
color: #2A70BD;
}
</style>
background-color css
<style>
a { background-color: #2A70BD; }
a { background-color: rgb(42,112,189); }
div.DivClassName
{
background-color: #2A70BD;
}
.BgClassName
{
background-color: #2A70BD;
}
</style>
border-color css
<style>
span { border-color: #2A70BD; }
span { border-color: rgb(42,112,189); }
td.TdClassName
{
border-color: #2A70BD;
}
.TagClassName
{
border-color: #2A70BD;
}
</style>