Shades of Medium Blue #2A11DB
Tints of Medium Blue #2A11DB
RGB
CMYK
RGB Variations
Color information
#2A11DB (or 0x2A11DB) is known color: Medium Blue. HEX triplet: 2A, 11 and DB. RGB value is (42,17,219). Sum of RGB (Red+Green+Blue) = 42+17+219=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A11DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A11DB is #D5EE24. Grayscale: #2E2E2E. Windows color (decimal): -14020133 or 14356778. OLE color: 14356778.
HSL color Cylindrical-coordinate representation of color #2A11DB: hue angle of 247.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A11DB is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 17 | 219 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.14 |
| HSL | 247.43º | 0.86% | 0.46% | - |
| HSV(B) | 247.43º | 0.92% | 0.86% | - |
| XYZ | 13.94 | 6.01 | 67.44 | - |
| YUV | 47.5 | 224.78 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 219 | 0.81 | 0.92 | 0 | 0.14 | 247.43 | 0.86 | 0.46 |
| Hex | 2A | 11 | DB | 51 | 5C | 0 | E | F7 | 56 | 2E |
| Octal | 52 | 21 | 333 | 121 | 134 | 0 | 16 | 367 | 126 | 56 |
| Binary | 101010 | 10001 | 11011011 | 1010001 | 1011100 | 0 | 1110 | 11110111 | 1010110 | 101110 |
Color Harmonies of #2A11DB
Complementary color
Monochromatic Colors of #2A11DB
Black with #2A11DB
Text Example
Text Example
White with #2A11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A11DB; }
p { color: rgb(42,17,219); }
H1.HeaderClassName
{
color: #2A11DB;
}
.AnyTagClassName
{
color: #2A11DB;
}
</style>
background-color css
<style>
a { background-color: #2A11DB; }
a { background-color: rgb(42,17,219); }
div.DivClassName
{
background-color: #2A11DB;
}
.BgClassName
{
background-color: #2A11DB;
}
</style>
border-color css
<style>
span { border-color: #2A11DB; }
span { border-color: rgb(42,17,219); }
td.TdClassName
{
border-color: #2A11DB;
}
.TagClassName
{
border-color: #2A11DB;
}
</style>