Shades of Medium Blue #2A0CDB
Tints of Medium Blue #2A0CDB
RGB
CMYK
RGB Variations
Color information
#2A0CDB (or 0x2A0CDB) is known color: Medium Blue. HEX triplet: 2A, 0C and DB. RGB value is (42,12,219). Sum of RGB (Red+Green+Blue) = 42+12+219=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CDB is #D5F324. Grayscale: #2B2B2B. Windows color (decimal): -14021413 or 14355498. OLE color: 14355498.
HSL color Cylindrical-coordinate representation of color #2A0CDB: hue angle of 248.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0CDB is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 12 | 219 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.14 |
| HSL | 248.7º | 0.9% | 0.45% | - |
| HSV(B) | 248.7º | 0.95% | 0.86% | - |
| XYZ | 13.87 | 5.87 | 67.42 | - |
| YUV | 44.57 | 226.44 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 219 | 0.81 | 0.95 | 0 | 0.14 | 248.7 | 0.9 | 0.45 |
| Hex | 2A | C | DB | 51 | 5F | 0 | E | F9 | 5A | 2D |
| Octal | 52 | 14 | 333 | 121 | 137 | 0 | 16 | 371 | 132 | 55 |
| Binary | 101010 | 1100 | 11011011 | 1010001 | 1011111 | 0 | 1110 | 11111001 | 1011010 | 101101 |
Color Harmonies of #2A0CDB
Complementary color
Monochromatic Colors of #2A0CDB
Black with #2A0CDB
Text Example
Text Example
White with #2A0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CDB; }
p { color: rgb(42,12,219); }
H1.HeaderClassName
{
color: #2A0CDB;
}
.AnyTagClassName
{
color: #2A0CDB;
}
</style>
background-color css
<style>
a { background-color: #2A0CDB; }
a { background-color: rgb(42,12,219); }
div.DivClassName
{
background-color: #2A0CDB;
}
.BgClassName
{
background-color: #2A0CDB;
}
</style>
border-color css
<style>
span { border-color: #2A0CDB; }
span { border-color: rgb(42,12,219); }
td.TdClassName
{
border-color: #2A0CDB;
}
.TagClassName
{
border-color: #2A0CDB;
}
</style>