Shades of Medium Blue #2109C0
Tints of Medium Blue #2109C0
RGB
CMYK
RGB Variations
Color information
#2109C0 (or 0x2109C0) is known color: Medium Blue. HEX triplet: 21, 09 and C0. RGB value is (33,9,192). Sum of RGB (Red+Green+Blue) = 33+9+192=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 192 (75.39% from 255 or 82.05% from 234); Max value from RGB is 192 - color contains mainly: blue. Hex color #2109C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109C0 is #DEF63F. Grayscale: #242424. Windows color (decimal): -14612032 or 12585249. OLE color: 12585249.
HSL color Cylindrical-coordinate representation of color #2109C0: hue angle of 247.87º 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 #2109C0 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 9 | 192 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.25 |
| HSL | 247.87º | 0.91% | 0.39% | - |
| HSV(B) | 247.87º | 0.95% | 0.75% | - |
| XYZ | 10.24 | 4.32 | 50.16 | - |
| YUV | 37.04 | 215.45 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 192 | 0.83 | 0.95 | 0 | 0.25 | 247.87 | 0.91 | 0.39 |
| Hex | 21 | 9 | C0 | 53 | 5F | 0 | 19 | F8 | 5B | 27 |
| Octal | 41 | 11 | 300 | 123 | 137 | 0 | 31 | 370 | 133 | 47 |
| Binary | 100001 | 1001 | 11000000 | 1010011 | 1011111 | 0 | 11001 | 11111000 | 1011011 | 100111 |
Color Harmonies of #2109C0
Complementary color
Monochromatic Colors of #2109C0
Black with #2109C0
Text Example
Text Example
White with #2109C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109C0; }
p { color: rgb(33,9,192); }
H1.HeaderClassName
{
color: #2109C0;
}
.AnyTagClassName
{
color: #2109C0;
}
</style>
background-color css
<style>
a { background-color: #2109C0; }
a { background-color: rgb(33,9,192); }
div.DivClassName
{
background-color: #2109C0;
}
.BgClassName
{
background-color: #2109C0;
}
</style>
border-color css
<style>
span { border-color: #2109C0; }
span { border-color: rgb(33,9,192); }
td.TdClassName
{
border-color: #2109C0;
}
.TagClassName
{
border-color: #2109C0;
}
</style>