Shades of Medium Blue #2B09DD
Tints of Medium Blue #2B09DD
RGB
CMYK
RGB Variations
Color information
#2B09DD (or 0x2B09DD) is known color: Medium Blue. HEX triplet: 2B, 09 and DD. RGB value is (43,9,221). Sum of RGB (Red+Green+Blue) = 43+9+221=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B09DD is #D4F622. Grayscale: #2A2A2A. Windows color (decimal): -13956643 or 14485803. OLE color: 14485803.
HSL color Cylindrical-coordinate representation of color #2B09DD: hue angle of 249.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B09DD is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 9 | 221 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.13 |
| HSL | 249.62º | 0.92% | 0.45% | - |
| HSV(B) | 249.62º | 0.96% | 0.87% | - |
| XYZ | 14.15 | 5.93 | 68.81 | - |
| YUV | 43.33 | 228.26 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 221 | 0.81 | 0.96 | 0 | 0.13 | 249.62 | 0.92 | 0.45 |
| Hex | 2B | 9 | DD | 51 | 60 | 0 | D | FA | 5C | 2D |
| Octal | 53 | 11 | 335 | 121 | 140 | 0 | 15 | 372 | 134 | 55 |
| Binary | 101011 | 1001 | 11011101 | 1010001 | 1100000 | 0 | 1101 | 11111010 | 1011100 | 101101 |
Color Harmonies of #2B09DD
Complementary color
Monochromatic Colors of #2B09DD
Black with #2B09DD
Text Example
Text Example
White with #2B09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B09DD; }
p { color: rgb(43,9,221); }
H1.HeaderClassName
{
color: #2B09DD;
}
.AnyTagClassName
{
color: #2B09DD;
}
</style>
background-color css
<style>
a { background-color: #2B09DD; }
a { background-color: rgb(43,9,221); }
div.DivClassName
{
background-color: #2B09DD;
}
.BgClassName
{
background-color: #2B09DD;
}
</style>
border-color css
<style>
span { border-color: #2B09DD; }
span { border-color: rgb(43,9,221); }
td.TdClassName
{
border-color: #2B09DD;
}
.TagClassName
{
border-color: #2B09DD;
}
</style>