Shades of Medium Blue #2B08BC
Tints of Medium Blue #2B08BC
RGB
CMYK
RGB Variations
Color information
#2B08BC (or 0x2B08BC) is known color: Medium Blue. HEX triplet: 2B, 08 and BC. RGB value is (43,8,188). Sum of RGB (Red+Green+Blue) = 43+8+188=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B08BC is #D4F743. Grayscale: #262626. Windows color (decimal): -13956932 or 12322859. OLE color: 12322859.
HSL color Cylindrical-coordinate representation of color #2B08BC: hue angle of 251.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B08BC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 8 | 188 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.26 |
| HSL | 251.67º | 0.92% | 0.38% | - |
| HSV(B) | 251.67º | 0.96% | 0.74% | - |
| XYZ | 10.16 | 4.32 | 47.87 | - |
| YUV | 38.99 | 212.1 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 188 | 0.77 | 0.96 | 0 | 0.26 | 251.67 | 0.92 | 0.38 |
| Hex | 2B | 8 | BC | 4D | 60 | 0 | 1A | FC | 5C | 26 |
| Octal | 53 | 10 | 274 | 115 | 140 | 0 | 32 | 374 | 134 | 46 |
| Binary | 101011 | 1000 | 10111100 | 1001101 | 1100000 | 0 | 11010 | 11111100 | 1011100 | 100110 |
Color Harmonies of #2B08BC
Complementary color
Monochromatic Colors of #2B08BC
Black with #2B08BC
Text Example
Text Example
White with #2B08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B08BC; }
p { color: rgb(43,8,188); }
H1.HeaderClassName
{
color: #2B08BC;
}
.AnyTagClassName
{
color: #2B08BC;
}
</style>
background-color css
<style>
a { background-color: #2B08BC; }
a { background-color: rgb(43,8,188); }
div.DivClassName
{
background-color: #2B08BC;
}
.BgClassName
{
background-color: #2B08BC;
}
</style>
border-color css
<style>
span { border-color: #2B08BC; }
span { border-color: rgb(43,8,188); }
td.TdClassName
{
border-color: #2B08BC;
}
.TagClassName
{
border-color: #2B08BC;
}
</style>