Shades of Medium Blue #2210DC
Tints of Medium Blue #2210DC
RGB
CMYK
RGB Variations
Color information
#2210DC (or 0x2210DC) is known color: Medium Blue. HEX triplet: 22, 10 and DC. RGB value is (34,16,220). Sum of RGB (Red+Green+Blue) = 34+16+220=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #2210DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210DC is #DDEF23. Grayscale: #2B2B2B. Windows color (decimal): -14544676 or 14422050. OLE color: 14422050.
HSL color Cylindrical-coordinate representation of color #2210DC: hue angle of 245.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2210DC is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 16 | 220 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.14 |
| HSL | 245.29º | 0.86% | 0.46% | - |
| HSV(B) | 245.29º | 0.93% | 0.86% | - |
| XYZ | 13.76 | 5.88 | 68.12 | - |
| YUV | 44.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 220 | 0.85 | 0.93 | 0 | 0.14 | 245.29 | 0.86 | 0.46 |
| Hex | 22 | 10 | DC | 55 | 5D | 0 | E | F5 | 56 | 2E |
| Octal | 42 | 20 | 334 | 125 | 135 | 0 | 16 | 365 | 126 | 56 |
| Binary | 100010 | 10000 | 11011100 | 1010101 | 1011101 | 0 | 1110 | 11110101 | 1010110 | 101110 |
Color Harmonies of #2210DC
Complementary color
Monochromatic Colors of #2210DC
Black with #2210DC
Text Example
Text Example
White with #2210DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210DC; }
p { color: rgb(34,16,220); }
H1.HeaderClassName
{
color: #2210DC;
}
.AnyTagClassName
{
color: #2210DC;
}
</style>
background-color css
<style>
a { background-color: #2210DC; }
a { background-color: rgb(34,16,220); }
div.DivClassName
{
background-color: #2210DC;
}
.BgClassName
{
background-color: #2210DC;
}
</style>
border-color css
<style>
span { border-color: #2210DC; }
span { border-color: rgb(34,16,220); }
td.TdClassName
{
border-color: #2210DC;
}
.TagClassName
{
border-color: #2210DC;
}
</style>