Shades of Medium Blue #2109D7
Tints of Medium Blue #2109D7
RGB
CMYK
RGB Variations
Color information
#2109D7 (or 0x2109D7) is known color: Medium Blue. HEX triplet: 21, 09 and D7. RGB value is (33,9,215). Sum of RGB (Red+Green+Blue) = 33+9+215=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 215 (84.38% from 255 or 83.66% from 257); Max value from RGB is 215 - color contains mainly: blue. Hex color #2109D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109D7 is #DEF628. Grayscale: #262626. Windows color (decimal): -14612009 or 14092577. OLE color: 14092577.
HSL color Cylindrical-coordinate representation of color #2109D7: hue angle of 246.99º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109D7 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 9 | 215 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.16 |
| HSL | 246.99º | 0.92% | 0.44% | - |
| HSV(B) | 246.99º | 0.96% | 0.84% | - |
| XYZ | 12.99 | 5.43 | 64.65 | - |
| YUV | 39.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 215 | 0.85 | 0.96 | 0 | 0.16 | 246.99 | 0.92 | 0.44 |
| Hex | 21 | 9 | D7 | 55 | 60 | 0 | 10 | F7 | 5C | 2C |
| Octal | 41 | 11 | 327 | 125 | 140 | 0 | 20 | 367 | 134 | 54 |
| Binary | 100001 | 1001 | 11010111 | 1010101 | 1100000 | 0 | 10000 | 11110111 | 1011100 | 101100 |
Color Harmonies of #2109D7
Complementary color
Monochromatic Colors of #2109D7
Black with #2109D7
Text Example
Text Example
White with #2109D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109D7; }
p { color: rgb(33,9,215); }
H1.HeaderClassName
{
color: #2109D7;
}
.AnyTagClassName
{
color: #2109D7;
}
</style>
background-color css
<style>
a { background-color: #2109D7; }
a { background-color: rgb(33,9,215); }
div.DivClassName
{
background-color: #2109D7;
}
.BgClassName
{
background-color: #2109D7;
}
</style>
border-color css
<style>
span { border-color: #2109D7; }
span { border-color: rgb(33,9,215); }
td.TdClassName
{
border-color: #2109D7;
}
.TagClassName
{
border-color: #2109D7;
}
</style>