Shades of Medium Blue #2B0EDA
Tints of Medium Blue #2B0EDA
RGB
CMYK
RGB Variations
Color information
#2B0EDA (or 0x2B0EDA) is known color: Medium Blue. HEX triplet: 2B, 0E and DA. RGB value is (43,14,218). Sum of RGB (Red+Green+Blue) = 43+14+218=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B0EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0EDA is #D4F125. Grayscale: #2D2D2D. Windows color (decimal): -13955366 or 14290475. OLE color: 14290475.
HSL color Cylindrical-coordinate representation of color #2B0EDA: hue angle of 248.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0EDA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 14 | 218 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.15 |
| HSL | 248.53º | 0.88% | 0.45% | - |
| HSV(B) | 248.53º | 0.94% | 0.85% | - |
| XYZ | 13.81 | 5.89 | 66.74 | - |
| YUV | 45.93 | 225.11 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 218 | 0.80 | 0.94 | 0 | 0.15 | 248.53 | 0.88 | 0.45 |
| Hex | 2B | E | DA | 50 | 5E | 0 | F | F9 | 58 | 2D |
| Octal | 53 | 16 | 332 | 120 | 136 | 0 | 17 | 371 | 130 | 55 |
| Binary | 101011 | 1110 | 11011010 | 1010000 | 1011110 | 0 | 1111 | 11111001 | 1011000 | 101101 |
Color Harmonies of #2B0EDA
Complementary color
Monochromatic Colors of #2B0EDA
Black with #2B0EDA
Text Example
Text Example
White with #2B0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0EDA; }
p { color: rgb(43,14,218); }
H1.HeaderClassName
{
color: #2B0EDA;
}
.AnyTagClassName
{
color: #2B0EDA;
}
</style>
background-color css
<style>
a { background-color: #2B0EDA; }
a { background-color: rgb(43,14,218); }
div.DivClassName
{
background-color: #2B0EDA;
}
.BgClassName
{
background-color: #2B0EDA;
}
</style>
border-color css
<style>
span { border-color: #2B0EDA; }
span { border-color: rgb(43,14,218); }
td.TdClassName
{
border-color: #2B0EDA;
}
.TagClassName
{
border-color: #2B0EDA;
}
</style>