Shades of Denim #2A6FCD
Tints of Denim #2A6FCD
RGB
CMYK
RGB Variations
Color information
#2A6FCD (or 0x2A6FCD) is known color: Denim. HEX triplet: 2A, 6F and CD. RGB value is (42,111,205). Sum of RGB (Red+Green+Blue) = 42+111+205=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6FCD is #D59032. Grayscale: #646464. Windows color (decimal): -13996083 or 13463338. OLE color: 13463338.
HSL color Cylindrical-coordinate representation of color #2A6FCD: hue angle of 214.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6FCD is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 111 | 205 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.20 |
| HSL | 214.6º | 0.66% | 0.48% | - |
| HSV(B) | 214.6º | 0.8% | 0.8% | - |
| XYZ | 17.66 | 16.27 | 59.97 | - |
| YUV | 101.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 205 | 0.80 | 0.46 | 0 | 0.20 | 214.6 | 0.66 | 0.48 |
| Hex | 2A | 6F | CD | 50 | 2E | 0 | 14 | D7 | 42 | 30 |
| Octal | 52 | 157 | 315 | 120 | 56 | 0 | 24 | 327 | 102 | 60 |
| Binary | 101010 | 1101111 | 11001101 | 1010000 | 101110 | 0 | 10100 | 11010111 | 1000010 | 110000 |
Color Harmonies of #2A6FCD
Complementary color
Monochromatic Colors of #2A6FCD
Black with #2A6FCD
Text Example
Text Example
White with #2A6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FCD; }
p { color: rgb(42,111,205); }
H1.HeaderClassName
{
color: #2A6FCD;
}
.AnyTagClassName
{
color: #2A6FCD;
}
</style>
background-color css
<style>
a { background-color: #2A6FCD; }
a { background-color: rgb(42,111,205); }
div.DivClassName
{
background-color: #2A6FCD;
}
.BgClassName
{
background-color: #2A6FCD;
}
</style>
border-color css
<style>
span { border-color: #2A6FCD; }
span { border-color: rgb(42,111,205); }
td.TdClassName
{
border-color: #2A6FCD;
}
.TagClassName
{
border-color: #2A6FCD;
}
</style>