Shades of Medium Blue #2A1ADB
Tints of Medium Blue #2A1ADB
RGB
CMYK
RGB Variations
Color information
#2A1ADB (or 0x2A1ADB) is known color: Medium Blue. HEX triplet: 2A, 1A and DB. RGB value is (42,26,219). Sum of RGB (Red+Green+Blue) = 42+26+219=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A1ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1ADB is #D5E524. Grayscale: #343434. Windows color (decimal): -14017829 or 14359082. OLE color: 14359082.
HSL color Cylindrical-coordinate representation of color #2A1ADB: hue angle of 244.97º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1ADB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 26 | 219 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.14 |
| HSL | 244.97º | 0.79% | 0.48% | - |
| HSV(B) | 244.97º | 0.88% | 0.86% | - |
| XYZ | 14.11 | 6.35 | 67.5 | - |
| YUV | 52.79 | 221.8 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 219 | 0.81 | 0.88 | 0 | 0.14 | 244.97 | 0.79 | 0.48 |
| Hex | 2A | 1A | DB | 51 | 58 | 0 | E | F5 | 4F | 30 |
| Octal | 52 | 32 | 333 | 121 | 130 | 0 | 16 | 365 | 117 | 60 |
| Binary | 101010 | 11010 | 11011011 | 1010001 | 1011000 | 0 | 1110 | 11110101 | 1001111 | 110000 |
Color Harmonies of #2A1ADB
Complementary color
Monochromatic Colors of #2A1ADB
Black with #2A1ADB
Text Example
Text Example
White with #2A1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1ADB; }
p { color: rgb(42,26,219); }
H1.HeaderClassName
{
color: #2A1ADB;
}
.AnyTagClassName
{
color: #2A1ADB;
}
</style>
background-color css
<style>
a { background-color: #2A1ADB; }
a { background-color: rgb(42,26,219); }
div.DivClassName
{
background-color: #2A1ADB;
}
.BgClassName
{
background-color: #2A1ADB;
}
</style>
border-color css
<style>
span { border-color: #2A1ADB; }
span { border-color: rgb(42,26,219); }
td.TdClassName
{
border-color: #2A1ADB;
}
.TagClassName
{
border-color: #2A1ADB;
}
</style>