Shades of Medium Blue #2105B9
Tints of Medium Blue #2105B9
RGB
CMYK
RGB Variations
Color information
#2105B9 (or 0x2105B9) is known color: Medium Blue. HEX triplet: 21, 05 and B9. RGB value is (33,5,185). Sum of RGB (Red+Green+Blue) = 33+5+185=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #2105B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2105B9 is #DEFA46. Grayscale: #212121. Windows color (decimal): -14613063 or 12125473. OLE color: 12125473.
HSL color Cylindrical-coordinate representation of color #2105B9: hue angle of 249.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2105B9 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 5 | 185 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.27 |
| HSL | 249.33º | 0.95% | 0.37% | - |
| HSV(B) | 249.33º | 0.97% | 0.73% | - |
| XYZ | 9.44 | 3.93 | 46.16 | - |
| YUV | 33.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 185 | 0.82 | 0.97 | 0 | 0.27 | 249.33 | 0.95 | 0.37 |
| Hex | 21 | 5 | B9 | 52 | 61 | 0 | 1B | F9 | 5F | 25 |
| Octal | 41 | 5 | 271 | 122 | 141 | 0 | 33 | 371 | 137 | 45 |
| Binary | 100001 | 101 | 10111001 | 1010010 | 1100001 | 0 | 11011 | 11111001 | 1011111 | 100101 |
Color Harmonies of #2105B9
Complementary color
Monochromatic Colors of #2105B9
Black with #2105B9
Text Example
Text Example
White with #2105B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2105B9; }
p { color: rgb(33,5,185); }
H1.HeaderClassName
{
color: #2105B9;
}
.AnyTagClassName
{
color: #2105B9;
}
</style>
background-color css
<style>
a { background-color: #2105B9; }
a { background-color: rgb(33,5,185); }
div.DivClassName
{
background-color: #2105B9;
}
.BgClassName
{
background-color: #2105B9;
}
</style>
border-color css
<style>
span { border-color: #2105B9; }
span { border-color: rgb(33,5,185); }
td.TdClassName
{
border-color: #2105B9;
}
.TagClassName
{
border-color: #2105B9;
}
</style>