Shades of Medium Blue #2B12DB
Tints of Medium Blue #2B12DB
RGB
CMYK
RGB Variations
Color information
#2B12DB (or 0x2B12DB) is known color: Medium Blue. HEX triplet: 2B, 12 and DB. RGB value is (43,18,219). Sum of RGB (Red+Green+Blue) = 43+18+219=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B12DB is #D4ED24. Grayscale: #2F2F2F. Windows color (decimal): -13954341 or 14357035. OLE color: 14357035.
HSL color Cylindrical-coordinate representation of color #2B12DB: hue angle of 247.46º degrees, saturation: 0.85, 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 #2B12DB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 18 | 219 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.14 |
| HSL | 247.46º | 0.85% | 0.46% | - |
| HSV(B) | 247.46º | 0.92% | 0.86% | - |
| XYZ | 14 | 6.06 | 67.45 | - |
| YUV | 48.39 | 224.28 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 219 | 0.80 | 0.92 | 0 | 0.14 | 247.46 | 0.85 | 0.46 |
| Hex | 2B | 12 | DB | 50 | 5C | 0 | E | F7 | 55 | 2E |
| Octal | 53 | 22 | 333 | 120 | 134 | 0 | 16 | 367 | 125 | 56 |
| Binary | 101011 | 10010 | 11011011 | 1010000 | 1011100 | 0 | 1110 | 11110111 | 1010101 | 101110 |
Color Harmonies of #2B12DB
Complementary color
Monochromatic Colors of #2B12DB
Black with #2B12DB
Text Example
Text Example
White with #2B12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B12DB; }
p { color: rgb(43,18,219); }
H1.HeaderClassName
{
color: #2B12DB;
}
.AnyTagClassName
{
color: #2B12DB;
}
</style>
background-color css
<style>
a { background-color: #2B12DB; }
a { background-color: rgb(43,18,219); }
div.DivClassName
{
background-color: #2B12DB;
}
.BgClassName
{
background-color: #2B12DB;
}
</style>
border-color css
<style>
span { border-color: #2B12DB; }
span { border-color: rgb(43,18,219); }
td.TdClassName
{
border-color: #2B12DB;
}
.TagClassName
{
border-color: #2B12DB;
}
</style>