Shades of Medium Blue #2B0BCD
Tints of Medium Blue #2B0BCD
RGB
CMYK
RGB Variations
Color information
#2B0BCD (or 0x2B0BCD) is known color: Medium Blue. HEX triplet: 2B, 0B and CD. RGB value is (43,11,205). Sum of RGB (Red+Green+Blue) = 43+11+205=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B0BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BCD is #D4F432. Grayscale: #292929. Windows color (decimal): -13956147 or 13437739. OLE color: 13437739.
HSL color Cylindrical-coordinate representation of color #2B0BCD: hue angle of 249.9º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BCD is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 11 | 205 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.20 |
| HSL | 249.9º | 0.9% | 0.42% | - |
| HSV(B) | 249.9º | 0.95% | 0.8% | - |
| XYZ | 12.14 | 5.16 | 58.11 | - |
| YUV | 42.68 | 219.6 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 205 | 0.79 | 0.95 | 0 | 0.20 | 249.9 | 0.9 | 0.42 |
| Hex | 2B | B | CD | 4F | 5F | 0 | 14 | FA | 5A | 2A |
| Octal | 53 | 13 | 315 | 117 | 137 | 0 | 24 | 372 | 132 | 52 |
| Binary | 101011 | 1011 | 11001101 | 1001111 | 1011111 | 0 | 10100 | 11111010 | 1011010 | 101010 |
Color Harmonies of #2B0BCD
Complementary color
Monochromatic Colors of #2B0BCD
Black with #2B0BCD
Text Example
Text Example
White with #2B0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BCD; }
p { color: rgb(43,11,205); }
H1.HeaderClassName
{
color: #2B0BCD;
}
.AnyTagClassName
{
color: #2B0BCD;
}
</style>
background-color css
<style>
a { background-color: #2B0BCD; }
a { background-color: rgb(43,11,205); }
div.DivClassName
{
background-color: #2B0BCD;
}
.BgClassName
{
background-color: #2B0BCD;
}
</style>
border-color css
<style>
span { border-color: #2B0BCD; }
span { border-color: rgb(43,11,205); }
td.TdClassName
{
border-color: #2B0BCD;
}
.TagClassName
{
border-color: #2B0BCD;
}
</style>