Shades of Medium Blue #2B01DB
Tints of Medium Blue #2B01DB
RGB
CMYK
RGB Variations
Color information
#2B01DB (or 0x2B01DB) is known color: Medium Blue. HEX triplet: 2B, 01 and DB. RGB value is (43,1,219). Sum of RGB (Red+Green+Blue) = 43+1+219=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B01DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B01DB is #D4FE24. Grayscale: #252525. Windows color (decimal): -13958693 or 14352683. OLE color: 14352683.
HSL color Cylindrical-coordinate representation of color #2B01DB: hue angle of 251.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B01DB is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 1 | 219 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.14 |
| HSL | 251.56º | 0.99% | 0.43% | - |
| HSV(B) | 251.56º | 1% | 0.86% | - |
| XYZ | 13.79 | 5.65 | 67.38 | - |
| YUV | 38.41 | 229.91 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 219 | 0.80 | 1.00 | 0 | 0.14 | 251.56 | 0.99 | 0.43 |
| Hex | 2B | 1 | DB | 50 | 64 | 0 | E | FC | 63 | 2B |
| Octal | 53 | 1 | 333 | 120 | 144 | 0 | 16 | 374 | 143 | 53 |
| Binary | 101011 | 1 | 11011011 | 1010000 | 1100100 | 0 | 1110 | 11111100 | 1100011 | 101011 |
Color Harmonies of #2B01DB
Complementary color
Monochromatic Colors of #2B01DB
Black with #2B01DB
Text Example
Text Example
White with #2B01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B01DB; }
p { color: rgb(43,1,219); }
H1.HeaderClassName
{
color: #2B01DB;
}
.AnyTagClassName
{
color: #2B01DB;
}
</style>
background-color css
<style>
a { background-color: #2B01DB; }
a { background-color: rgb(43,1,219); }
div.DivClassName
{
background-color: #2B01DB;
}
.BgClassName
{
background-color: #2B01DB;
}
</style>
border-color css
<style>
span { border-color: #2B01DB; }
span { border-color: rgb(43,1,219); }
td.TdClassName
{
border-color: #2B01DB;
}
.TagClassName
{
border-color: #2B01DB;
}
</style>