Shades of Medium Blue #2109BC
Tints of Medium Blue #2109BC
RGB
CMYK
RGB Variations
Color information
#2109BC (or 0x2109BC) is known color: Medium Blue. HEX triplet: 21, 09 and BC. RGB value is (33,9,188). Sum of RGB (Red+Green+Blue) = 33+9+188=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #2109BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109BC is #DEF643. Grayscale: #232323. Windows color (decimal): -14612036 or 12323105. OLE color: 12323105.
HSL color Cylindrical-coordinate representation of color #2109BC: hue angle of 248.04º 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 #2109BC is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 9 | 188 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.26 |
| HSL | 248.04º | 0.91% | 0.39% | - |
| HSV(B) | 248.04º | 0.95% | 0.74% | - |
| XYZ | 9.8 | 4.15 | 47.86 | - |
| YUV | 36.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 188 | 0.82 | 0.95 | 0 | 0.26 | 248.04 | 0.91 | 0.39 |
| Hex | 21 | 9 | BC | 52 | 5F | 0 | 1A | F8 | 5B | 27 |
| Octal | 41 | 11 | 274 | 122 | 137 | 0 | 32 | 370 | 133 | 47 |
| Binary | 100001 | 1001 | 10111100 | 1010010 | 1011111 | 0 | 11010 | 11111000 | 1011011 | 100111 |
Color Harmonies of #2109BC
Complementary color
Monochromatic Colors of #2109BC
Black with #2109BC
Text Example
Text Example
White with #2109BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109BC; }
p { color: rgb(33,9,188); }
H1.HeaderClassName
{
color: #2109BC;
}
.AnyTagClassName
{
color: #2109BC;
}
</style>
background-color css
<style>
a { background-color: #2109BC; }
a { background-color: rgb(33,9,188); }
div.DivClassName
{
background-color: #2109BC;
}
.BgClassName
{
background-color: #2109BC;
}
</style>
border-color css
<style>
span { border-color: #2109BC; }
span { border-color: rgb(33,9,188); }
td.TdClassName
{
border-color: #2109BC;
}
.TagClassName
{
border-color: #2109BC;
}
</style>