Shades of Medium Blue #2B11DD
Tints of Medium Blue #2B11DD
RGB
CMYK
RGB Variations
Color information
#2B11DD (or 0x2B11DD) is known color: Medium Blue. HEX triplet: 2B, 11 and DD. RGB value is (43,17,221). Sum of RGB (Red+Green+Blue) = 43+17+221=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B11DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B11DD is #D4EE22. Grayscale: #2F2F2F. Windows color (decimal): -13954595 or 14487851. OLE color: 14487851.
HSL color Cylindrical-coordinate representation of color #2B11DD: hue angle of 247.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B11DD is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 17 | 221 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.13 |
| HSL | 247.65º | 0.86% | 0.47% | - |
| HSV(B) | 247.65º | 0.92% | 0.87% | - |
| XYZ | 14.25 | 6.13 | 68.84 | - |
| YUV | 48.03 | 225.61 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 221 | 0.81 | 0.92 | 0 | 0.13 | 247.65 | 0.86 | 0.47 |
| Hex | 2B | 11 | DD | 51 | 5C | 0 | D | F8 | 56 | 2F |
| Octal | 53 | 21 | 335 | 121 | 134 | 0 | 15 | 370 | 126 | 57 |
| Binary | 101011 | 10001 | 11011101 | 1010001 | 1011100 | 0 | 1101 | 11111000 | 1010110 | 101111 |
Color Harmonies of #2B11DD
Complementary color
Monochromatic Colors of #2B11DD
Black with #2B11DD
Text Example
Text Example
White with #2B11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B11DD; }
p { color: rgb(43,17,221); }
H1.HeaderClassName
{
color: #2B11DD;
}
.AnyTagClassName
{
color: #2B11DD;
}
</style>
background-color css
<style>
a { background-color: #2B11DD; }
a { background-color: rgb(43,17,221); }
div.DivClassName
{
background-color: #2B11DD;
}
.BgClassName
{
background-color: #2B11DD;
}
</style>
border-color css
<style>
span { border-color: #2B11DD; }
span { border-color: rgb(43,17,221); }
td.TdClassName
{
border-color: #2B11DD;
}
.TagClassName
{
border-color: #2B11DD;
}
</style>