Shades of Medium Blue #220DDB
Tints of Medium Blue #220DDB
RGB
CMYK
RGB Variations
Color information
#220DDB (or 0x220DDB) is known color: Medium Blue. HEX triplet: 22, 0D and DB. RGB value is (34,13,219). Sum of RGB (Red+Green+Blue) = 34+13+219=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #220DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DDB is #DDF224. Grayscale: #292929. Windows color (decimal): -14545445 or 14355746. OLE color: 14355746.
HSL color Cylindrical-coordinate representation of color #220DDB: hue angle of 246.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DDB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 13 | 219 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.14 |
| HSL | 246.12º | 0.89% | 0.45% | - |
| HSV(B) | 246.12º | 0.94% | 0.86% | - |
| XYZ | 13.59 | 5.74 | 67.41 | - |
| YUV | 42.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 219 | 0.84 | 0.94 | 0 | 0.14 | 246.12 | 0.89 | 0.45 |
| Hex | 22 | D | DB | 54 | 5E | 0 | E | F6 | 59 | 2D |
| Octal | 42 | 15 | 333 | 124 | 136 | 0 | 16 | 366 | 131 | 55 |
| Binary | 100010 | 1101 | 11011011 | 1010100 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101101 |
Color Harmonies of #220DDB
Complementary color
Monochromatic Colors of #220DDB
Black with #220DDB
Text Example
Text Example
White with #220DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DDB; }
p { color: rgb(34,13,219); }
H1.HeaderClassName
{
color: #220DDB;
}
.AnyTagClassName
{
color: #220DDB;
}
</style>
background-color css
<style>
a { background-color: #220DDB; }
a { background-color: rgb(34,13,219); }
div.DivClassName
{
background-color: #220DDB;
}
.BgClassName
{
background-color: #220DDB;
}
</style>
border-color css
<style>
span { border-color: #220DDB; }
span { border-color: rgb(34,13,219); }
td.TdClassName
{
border-color: #220DDB;
}
.TagClassName
{
border-color: #220DDB;
}
</style>