Shades of Medium Blue #2115DD
Tints of Medium Blue #2115DD
RGB
CMYK
RGB Variations
Color information
#2115DD (or 0x2115DD) is known color: Medium Blue. HEX triplet: 21, 15 and DD. RGB value is (33,21,221). Sum of RGB (Red+Green+Blue) = 33+21+221=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #2115DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115DD is #DEEA22. Grayscale: #2E2E2E. Windows color (decimal): -14608931 or 14488865. OLE color: 14488865.
HSL color Cylindrical-coordinate representation of color #2115DD: hue angle of 243.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2115DD is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 21 | 221 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.13 |
| HSL | 243.6º | 0.83% | 0.47% | - |
| HSV(B) | 243.6º | 0.9% | 0.87% | - |
| XYZ | 13.95 | 6.08 | 68.85 | - |
| YUV | 47.39 | 225.98 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 221 | 0.85 | 0.90 | 0 | 0.13 | 243.6 | 0.83 | 0.47 |
| Hex | 21 | 15 | DD | 55 | 5A | 0 | D | F4 | 53 | 2F |
| Octal | 41 | 25 | 335 | 125 | 132 | 0 | 15 | 364 | 123 | 57 |
| Binary | 100001 | 10101 | 11011101 | 1010101 | 1011010 | 0 | 1101 | 11110100 | 1010011 | 101111 |
Color Harmonies of #2115DD
Complementary color
Monochromatic Colors of #2115DD
Black with #2115DD
Text Example
Text Example
White with #2115DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115DD; }
p { color: rgb(33,21,221); }
H1.HeaderClassName
{
color: #2115DD;
}
.AnyTagClassName
{
color: #2115DD;
}
</style>
background-color css
<style>
a { background-color: #2115DD; }
a { background-color: rgb(33,21,221); }
div.DivClassName
{
background-color: #2115DD;
}
.BgClassName
{
background-color: #2115DD;
}
</style>
border-color css
<style>
span { border-color: #2115DD; }
span { border-color: rgb(33,21,221); }
td.TdClassName
{
border-color: #2115DD;
}
.TagClassName
{
border-color: #2115DD;
}
</style>