Shades of Medium Blue #220FDB
Tints of Medium Blue #220FDB
RGB
CMYK
RGB Variations
Color information
#220FDB (or 0x220FDB) is known color: Medium Blue. HEX triplet: 22, 0F and DB. RGB value is (34,15,219). Sum of RGB (Red+Green+Blue) = 34+15+219=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #220FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FDB is #DDF024. Grayscale: #2B2B2B. Windows color (decimal): -14544933 or 14356258. OLE color: 14356258.
HSL color Cylindrical-coordinate representation of color #220FDB: hue angle of 245.59º degrees, saturation: 0.87, 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 #220FDB is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 15 | 219 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.14 |
| HSL | 245.59º | 0.87% | 0.46% | - |
| HSV(B) | 245.59º | 0.93% | 0.86% | - |
| XYZ | 13.62 | 5.8 | 67.42 | - |
| YUV | 43.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 219 | 0.84 | 0.93 | 0 | 0.14 | 245.59 | 0.87 | 0.46 |
| Hex | 22 | F | DB | 54 | 5D | 0 | E | F6 | 57 | 2E |
| Octal | 42 | 17 | 333 | 124 | 135 | 0 | 16 | 366 | 127 | 56 |
| Binary | 100010 | 1111 | 11011011 | 1010100 | 1011101 | 0 | 1110 | 11110110 | 1010111 | 101110 |
Color Harmonies of #220FDB
Complementary color
Monochromatic Colors of #220FDB
Black with #220FDB
Text Example
Text Example
White with #220FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FDB; }
p { color: rgb(34,15,219); }
H1.HeaderClassName
{
color: #220FDB;
}
.AnyTagClassName
{
color: #220FDB;
}
</style>
background-color css
<style>
a { background-color: #220FDB; }
a { background-color: rgb(34,15,219); }
div.DivClassName
{
background-color: #220FDB;
}
.BgClassName
{
background-color: #220FDB;
}
</style>
border-color css
<style>
span { border-color: #220FDB; }
span { border-color: rgb(34,15,219); }
td.TdClassName
{
border-color: #220FDB;
}
.TagClassName
{
border-color: #220FDB;
}
</style>