Shades of Medium Blue #2B09BC
Tints of Medium Blue #2B09BC
RGB
CMYK
RGB Variations
Color information
#2B09BC (or 0x2B09BC) is known color: Medium Blue. HEX triplet: 2B, 09 and BC. RGB value is (43,9,188). Sum of RGB (Red+Green+Blue) = 43+9+188=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B09BC is #D4F643. Grayscale: #262626. Windows color (decimal): -13956676 or 12323115. OLE color: 12323115.
HSL color Cylindrical-coordinate representation of color #2B09BC: hue angle of 251.4º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B09BC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 9 | 188 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.26 |
| HSL | 251.4º | 0.91% | 0.39% | - |
| HSV(B) | 251.4º | 0.95% | 0.74% | - |
| XYZ | 10.17 | 4.34 | 47.88 | - |
| YUV | 39.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 188 | 0.77 | 0.95 | 0 | 0.26 | 251.4 | 0.91 | 0.39 |
| Hex | 2B | 9 | BC | 4D | 5F | 0 | 1A | FB | 5B | 27 |
| Octal | 53 | 11 | 274 | 115 | 137 | 0 | 32 | 373 | 133 | 47 |
| Binary | 101011 | 1001 | 10111100 | 1001101 | 1011111 | 0 | 11010 | 11111011 | 1011011 | 100111 |
Color Harmonies of #2B09BC
Complementary color
Monochromatic Colors of #2B09BC
Black with #2B09BC
Text Example
Text Example
White with #2B09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B09BC; }
p { color: rgb(43,9,188); }
H1.HeaderClassName
{
color: #2B09BC;
}
.AnyTagClassName
{
color: #2B09BC;
}
</style>
background-color css
<style>
a { background-color: #2B09BC; }
a { background-color: rgb(43,9,188); }
div.DivClassName
{
background-color: #2B09BC;
}
.BgClassName
{
background-color: #2B09BC;
}
</style>
border-color css
<style>
span { border-color: #2B09BC; }
span { border-color: rgb(43,9,188); }
td.TdClassName
{
border-color: #2B09BC;
}
.TagClassName
{
border-color: #2B09BC;
}
</style>