Shades of Medium Blue #2B12D8
Tints of Medium Blue #2B12D8
RGB
CMYK
RGB Variations
Color information
#2B12D8 (or 0x2B12D8) is known color: Medium Blue. HEX triplet: 2B, 12 and D8. RGB value is (43,18,216). Sum of RGB (Red+Green+Blue) = 43+18+216=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 216 (84.77% from 255 or 77.98% from 277); Max value from RGB is 216 - color contains mainly: blue. Hex color #2B12D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B12D8 is #D4ED27. Grayscale: #2F2F2F. Windows color (decimal): -13954344 or 14160427. OLE color: 14160427.
HSL color Cylindrical-coordinate representation of color #2B12D8: hue angle of 247.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B12D8 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 18 | 216 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.15 |
| HSL | 247.58º | 0.85% | 0.46% | - |
| HSV(B) | 247.58º | 0.92% | 0.85% | - |
| XYZ | 13.61 | 5.9 | 65.39 | - |
| YUV | 48.05 | 222.78 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 216 | 0.80 | 0.92 | 0 | 0.15 | 247.58 | 0.85 | 0.46 |
| Hex | 2B | 12 | D8 | 50 | 5C | 0 | F | F8 | 55 | 2E |
| Octal | 53 | 22 | 330 | 120 | 134 | 0 | 17 | 370 | 125 | 56 |
| Binary | 101011 | 10010 | 11011000 | 1010000 | 1011100 | 0 | 1111 | 11111000 | 1010101 | 101110 |
Color Harmonies of #2B12D8
Complementary color
Monochromatic Colors of #2B12D8
Black with #2B12D8
Text Example
Text Example
White with #2B12D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B12D8; }
p { color: rgb(43,18,216); }
H1.HeaderClassName
{
color: #2B12D8;
}
.AnyTagClassName
{
color: #2B12D8;
}
</style>
background-color css
<style>
a { background-color: #2B12D8; }
a { background-color: rgb(43,18,216); }
div.DivClassName
{
background-color: #2B12D8;
}
.BgClassName
{
background-color: #2B12D8;
}
</style>
border-color css
<style>
span { border-color: #2B12D8; }
span { border-color: rgb(43,18,216); }
td.TdClassName
{
border-color: #2B12D8;
}
.TagClassName
{
border-color: #2B12D8;
}
</style>