Shades of Medium Blue #2115D5
Tints of Medium Blue #2115D5
RGB
CMYK
RGB Variations
Color information
#2115D5 (or 0x2115D5) is known color: Medium Blue. HEX triplet: 21, 15 and D5. RGB value is (33,21,213). Sum of RGB (Red+Green+Blue) = 33+21+213=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #2115D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115D5 is #DEEA2A. Grayscale: #2D2D2D. Windows color (decimal): -14608939 or 13964577. OLE color: 13964577.
HSL color Cylindrical-coordinate representation of color #2115D5: hue angle of 243.75º 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 #2115D5 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 21 | 213 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.16 |
| HSL | 243.75º | 0.82% | 0.46% | - |
| HSV(B) | 243.75º | 0.9% | 0.84% | - |
| XYZ | 12.91 | 5.66 | 63.36 | - |
| YUV | 46.48 | 221.98 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 213 | 0.85 | 0.90 | 0 | 0.16 | 243.75 | 0.82 | 0.46 |
| Hex | 21 | 15 | D5 | 55 | 5A | 0 | 10 | F4 | 52 | 2E |
| Octal | 41 | 25 | 325 | 125 | 132 | 0 | 20 | 364 | 122 | 56 |
| Binary | 100001 | 10101 | 11010101 | 1010101 | 1011010 | 0 | 10000 | 11110100 | 1010010 | 101110 |
Color Harmonies of #2115D5
Complementary color
Monochromatic Colors of #2115D5
Black with #2115D5
Text Example
Text Example
White with #2115D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115D5; }
p { color: rgb(33,21,213); }
H1.HeaderClassName
{
color: #2115D5;
}
.AnyTagClassName
{
color: #2115D5;
}
</style>
background-color css
<style>
a { background-color: #2115D5; }
a { background-color: rgb(33,21,213); }
div.DivClassName
{
background-color: #2115D5;
}
.BgClassName
{
background-color: #2115D5;
}
</style>
border-color css
<style>
span { border-color: #2115D5; }
span { border-color: rgb(33,21,213); }
td.TdClassName
{
border-color: #2115D5;
}
.TagClassName
{
border-color: #2115D5;
}
</style>