Shades of Medium Blue #2B0DC9
Tints of Medium Blue #2B0DC9
RGB
CMYK
RGB Variations
Color information
#2B0DC9 (or 0x2B0DC9) is known color: Medium Blue. HEX triplet: 2B, 0D and C9. RGB value is (43,13,201). Sum of RGB (Red+Green+Blue) = 43+13+201=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 201 (78.91% from 255 or 78.21% from 257); Max value from RGB is 201 - color contains mainly: blue. Hex color #2B0DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0DC9 is #D4F236. Grayscale: #2A2A2A. Windows color (decimal): -13955639 or 13176107. OLE color: 13176107.
HSL color Cylindrical-coordinate representation of color #2B0DC9: hue angle of 249.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DC9 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 13 | 201 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.21 |
| HSL | 249.57º | 0.88% | 0.42% | - |
| HSV(B) | 249.57º | 0.94% | 0.79% | - |
| XYZ | 11.68 | 5.02 | 55.61 | - |
| YUV | 43.4 | 216.94 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 201 | 0.79 | 0.94 | 0 | 0.21 | 249.57 | 0.88 | 0.42 |
| Hex | 2B | D | C9 | 4F | 5E | 0 | 15 | FA | 58 | 2A |
| Octal | 53 | 15 | 311 | 117 | 136 | 0 | 25 | 372 | 130 | 52 |
| Binary | 101011 | 1101 | 11001001 | 1001111 | 1011110 | 0 | 10101 | 11111010 | 1011000 | 101010 |
Color Harmonies of #2B0DC9
Complementary color
Monochromatic Colors of #2B0DC9
Black with #2B0DC9
Text Example
Text Example
White with #2B0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DC9; }
p { color: rgb(43,13,201); }
H1.HeaderClassName
{
color: #2B0DC9;
}
.AnyTagClassName
{
color: #2B0DC9;
}
</style>
background-color css
<style>
a { background-color: #2B0DC9; }
a { background-color: rgb(43,13,201); }
div.DivClassName
{
background-color: #2B0DC9;
}
.BgClassName
{
background-color: #2B0DC9;
}
</style>
border-color css
<style>
span { border-color: #2B0DC9; }
span { border-color: rgb(43,13,201); }
td.TdClassName
{
border-color: #2B0DC9;
}
.TagClassName
{
border-color: #2B0DC9;
}
</style>