Shades of Medium Blue #2B08DB
Tints of Medium Blue #2B08DB
RGB
CMYK
RGB Variations
Color information
#2B08DB (or 0x2B08DB) is known color: Medium Blue. HEX triplet: 2B, 08 and DB. RGB value is (43,8,219). Sum of RGB (Red+Green+Blue) = 43+8+219=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B08DB is #D4F724. Grayscale: #292929. Windows color (decimal): -13956901 or 14354475. OLE color: 14354475.
HSL color Cylindrical-coordinate representation of color #2B08DB: hue angle of 249.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B08DB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 8 | 219 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.14 |
| HSL | 249.95º | 0.93% | 0.45% | - |
| HSV(B) | 249.95º | 0.96% | 0.86% | - |
| XYZ | 13.87 | 5.8 | 67.41 | - |
| YUV | 42.52 | 227.6 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 219 | 0.80 | 0.96 | 0 | 0.14 | 249.95 | 0.93 | 0.45 |
| Hex | 2B | 8 | DB | 50 | 60 | 0 | E | FA | 5D | 2D |
| Octal | 53 | 10 | 333 | 120 | 140 | 0 | 16 | 372 | 135 | 55 |
| Binary | 101011 | 1000 | 11011011 | 1010000 | 1100000 | 0 | 1110 | 11111010 | 1011101 | 101101 |
Color Harmonies of #2B08DB
Complementary color
Monochromatic Colors of #2B08DB
Black with #2B08DB
Text Example
Text Example
White with #2B08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B08DB; }
p { color: rgb(43,8,219); }
H1.HeaderClassName
{
color: #2B08DB;
}
.AnyTagClassName
{
color: #2B08DB;
}
</style>
background-color css
<style>
a { background-color: #2B08DB; }
a { background-color: rgb(43,8,219); }
div.DivClassName
{
background-color: #2B08DB;
}
.BgClassName
{
background-color: #2B08DB;
}
</style>
border-color css
<style>
span { border-color: #2B08DB; }
span { border-color: rgb(43,8,219); }
td.TdClassName
{
border-color: #2B08DB;
}
.TagClassName
{
border-color: #2B08DB;
}
</style>