Shades of Medium Blue #2219DD
Tints of Medium Blue #2219DD
RGB
CMYK
RGB Variations
Color information
#2219DD (or 0x2219DD) is known color: Medium Blue. HEX triplet: 22, 19 and DD. RGB value is (34,25,221). Sum of RGB (Red+Green+Blue) = 34+25+221=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2219DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2219DD is #DDE622. Grayscale: #313131. Windows color (decimal): -14542371 or 14489890. OLE color: 14489890.
HSL color Cylindrical-coordinate representation of color #2219DD: hue angle of 242.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2219DD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 25 | 221 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.13 |
| HSL | 242.76º | 0.8% | 0.48% | - |
| HSV(B) | 242.76º | 0.89% | 0.87% | - |
| XYZ | 14.06 | 6.26 | 68.87 | - |
| YUV | 50.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 221 | 0.85 | 0.89 | 0 | 0.13 | 242.76 | 0.8 | 0.48 |
| Hex | 22 | 19 | DD | 55 | 59 | 0 | D | F3 | 50 | 30 |
| Octal | 42 | 31 | 335 | 125 | 131 | 0 | 15 | 363 | 120 | 60 |
| Binary | 100010 | 11001 | 11011101 | 1010101 | 1011001 | 0 | 1101 | 11110011 | 1010000 | 110000 |
Color Harmonies of #2219DD
Complementary color
Monochromatic Colors of #2219DD
Black with #2219DD
Text Example
Text Example
White with #2219DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2219DD; }
p { color: rgb(34,25,221); }
H1.HeaderClassName
{
color: #2219DD;
}
.AnyTagClassName
{
color: #2219DD;
}
</style>
background-color css
<style>
a { background-color: #2219DD; }
a { background-color: rgb(34,25,221); }
div.DivClassName
{
background-color: #2219DD;
}
.BgClassName
{
background-color: #2219DD;
}
</style>
border-color css
<style>
span { border-color: #2219DD; }
span { border-color: rgb(34,25,221); }
td.TdClassName
{
border-color: #2219DD;
}
.TagClassName
{
border-color: #2219DD;
}
</style>