Shades of Medium Blue #2115D7
Tints of Medium Blue #2115D7
RGB
CMYK
RGB Variations
Color information
#2115D7 (or 0x2115D7) is known color: Medium Blue. HEX triplet: 21, 15 and D7. RGB value is (33,21,215). Sum of RGB (Red+Green+Blue) = 33+21+215=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #2115D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115D7 is #DEEA28. Grayscale: #2D2D2D. Windows color (decimal): -14608937 or 14095649. OLE color: 14095649.
HSL color Cylindrical-coordinate representation of color #2115D7: hue angle of 243.71º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2115D7 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 21 | 215 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.16 |
| HSL | 243.71º | 0.82% | 0.46% | - |
| HSV(B) | 243.71º | 0.9% | 0.84% | - |
| XYZ | 13.16 | 5.77 | 64.71 | - |
| YUV | 46.7 | 222.98 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 215 | 0.85 | 0.90 | 0 | 0.16 | 243.71 | 0.82 | 0.46 |
| Hex | 21 | 15 | D7 | 55 | 5A | 0 | 10 | F4 | 52 | 2E |
| Octal | 41 | 25 | 327 | 125 | 132 | 0 | 20 | 364 | 122 | 56 |
| Binary | 100001 | 10101 | 11010111 | 1010101 | 1011010 | 0 | 10000 | 11110100 | 1010010 | 101110 |
Color Harmonies of #2115D7
Complementary color
Monochromatic Colors of #2115D7
Black with #2115D7
Text Example
Text Example
White with #2115D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115D7; }
p { color: rgb(33,21,215); }
H1.HeaderClassName
{
color: #2115D7;
}
.AnyTagClassName
{
color: #2115D7;
}
</style>
background-color css
<style>
a { background-color: #2115D7; }
a { background-color: rgb(33,21,215); }
div.DivClassName
{
background-color: #2115D7;
}
.BgClassName
{
background-color: #2115D7;
}
</style>
border-color css
<style>
span { border-color: #2115D7; }
span { border-color: rgb(33,21,215); }
td.TdClassName
{
border-color: #2115D7;
}
.TagClassName
{
border-color: #2115D7;
}
</style>