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