Shades of Medium Blue #2109BE
Tints of Medium Blue #2109BE
RGB
CMYK
RGB Variations
Color information
#2109BE (or 0x2109BE) is known color: Medium Blue. HEX triplet: 21, 09 and BE. RGB value is (33,9,190). Sum of RGB (Red+Green+Blue) = 33+9+190=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #2109BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109BE is #DEF641. Grayscale: #242424. Windows color (decimal): -14612034 or 12454177. OLE color: 12454177.
HSL color Cylindrical-coordinate representation of color #2109BE: hue angle of 247.96º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2109BE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 9 | 190 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.25 |
| HSL | 247.96º | 0.91% | 0.39% | - |
| HSV(B) | 247.96º | 0.95% | 0.75% | - |
| XYZ | 10.02 | 4.24 | 49 | - |
| YUV | 36.81 | 214.45 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 190 | 0.83 | 0.95 | 0 | 0.25 | 247.96 | 0.91 | 0.39 |
| Hex | 21 | 9 | BE | 53 | 5F | 0 | 19 | F8 | 5B | 27 |
| Octal | 41 | 11 | 276 | 123 | 137 | 0 | 31 | 370 | 133 | 47 |
| Binary | 100001 | 1001 | 10111110 | 1010011 | 1011111 | 0 | 11001 | 11111000 | 1011011 | 100111 |
Color Harmonies of #2109BE
Complementary color
Monochromatic Colors of #2109BE
Black with #2109BE
Text Example
Text Example
White with #2109BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109BE; }
p { color: rgb(33,9,190); }
H1.HeaderClassName
{
color: #2109BE;
}
.AnyTagClassName
{
color: #2109BE;
}
</style>
background-color css
<style>
a { background-color: #2109BE; }
a { background-color: rgb(33,9,190); }
div.DivClassName
{
background-color: #2109BE;
}
.BgClassName
{
background-color: #2109BE;
}
</style>
border-color css
<style>
span { border-color: #2109BE; }
span { border-color: rgb(33,9,190); }
td.TdClassName
{
border-color: #2109BE;
}
.TagClassName
{
border-color: #2109BE;
}
</style>