Shades of Medium Blue #2B0DBD
Tints of Medium Blue #2B0DBD
RGB
CMYK
RGB Variations
Color information
#2B0DBD (or 0x2B0DBD) is known color: Medium Blue. HEX triplet: 2B, 0D and BD. RGB value is (43,13,189). Sum of RGB (Red+Green+Blue) = 43+13+189=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B0DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0DBD is #D4F242. Grayscale: #292929. Windows color (decimal): -13955651 or 12389675. OLE color: 12389675.
HSL color Cylindrical-coordinate representation of color #2B0DBD: hue angle of 250.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0DBD is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 13 | 189 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.26 |
| HSL | 250.23º | 0.87% | 0.4% | - |
| HSV(B) | 250.23º | 0.93% | 0.74% | - |
| XYZ | 10.33 | 4.48 | 48.46 | - |
| YUV | 42.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 189 | 0.77 | 0.93 | 0 | 0.26 | 250.23 | 0.87 | 0.4 |
| Hex | 2B | D | BD | 4D | 5D | 0 | 1A | FA | 57 | 28 |
| Octal | 53 | 15 | 275 | 115 | 135 | 0 | 32 | 372 | 127 | 50 |
| Binary | 101011 | 1101 | 10111101 | 1001101 | 1011101 | 0 | 11010 | 11111010 | 1010111 | 101000 |
Color Harmonies of #2B0DBD
Complementary color
Monochromatic Colors of #2B0DBD
Black with #2B0DBD
Text Example
Text Example
White with #2B0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DBD; }
p { color: rgb(43,13,189); }
H1.HeaderClassName
{
color: #2B0DBD;
}
.AnyTagClassName
{
color: #2B0DBD;
}
</style>
background-color css
<style>
a { background-color: #2B0DBD; }
a { background-color: rgb(43,13,189); }
div.DivClassName
{
background-color: #2B0DBD;
}
.BgClassName
{
background-color: #2B0DBD;
}
</style>
border-color css
<style>
span { border-color: #2B0DBD; }
span { border-color: rgb(43,13,189); }
td.TdClassName
{
border-color: #2B0DBD;
}
.TagClassName
{
border-color: #2B0DBD;
}
</style>