Shades of Medium Blue #2B05DB
Tints of Medium Blue #2B05DB
RGB
CMYK
RGB Variations
Color information
#2B05DB (or 0x2B05DB) is known color: Medium Blue. HEX triplet: 2B, 05 and DB. RGB value is (43,5,219). Sum of RGB (Red+Green+Blue) = 43+5+219=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05DB is #D4FA24. Grayscale: #272727. Windows color (decimal): -13957669 or 14353707. OLE color: 14353707.
HSL color Cylindrical-coordinate representation of color #2B05DB: hue angle of 250.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B05DB is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 5 | 219 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.14 |
| HSL | 250.65º | 0.96% | 0.44% | - |
| HSV(B) | 250.65º | 0.98% | 0.86% | - |
| XYZ | 13.84 | 5.74 | 67.4 | - |
| YUV | 40.76 | 228.59 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 219 | 0.80 | 0.98 | 0 | 0.14 | 250.65 | 0.96 | 0.44 |
| Hex | 2B | 5 | DB | 50 | 62 | 0 | E | FB | 60 | 2C |
| Octal | 53 | 5 | 333 | 120 | 142 | 0 | 16 | 373 | 140 | 54 |
| Binary | 101011 | 101 | 11011011 | 1010000 | 1100010 | 0 | 1110 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2B05DB
Complementary color
Monochromatic Colors of #2B05DB
Black with #2B05DB
Text Example
Text Example
White with #2B05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05DB; }
p { color: rgb(43,5,219); }
H1.HeaderClassName
{
color: #2B05DB;
}
.AnyTagClassName
{
color: #2B05DB;
}
</style>
background-color css
<style>
a { background-color: #2B05DB; }
a { background-color: rgb(43,5,219); }
div.DivClassName
{
background-color: #2B05DB;
}
.BgClassName
{
background-color: #2B05DB;
}
</style>
border-color css
<style>
span { border-color: #2B05DB; }
span { border-color: rgb(43,5,219); }
td.TdClassName
{
border-color: #2B05DB;
}
.TagClassName
{
border-color: #2B05DB;
}
</style>