Shades of Medium Blue #221BDB
Tints of Medium Blue #221BDB
RGB
CMYK
RGB Variations
Color information
#221BDB (or 0x221BDB) is known color: Medium Blue. HEX triplet: 22, 1B and DB. RGB value is (34,27,219). Sum of RGB (Red+Green+Blue) = 34+27+219=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #221BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BDB is #DDE424. Grayscale: #323232. Windows color (decimal): -14541861 or 14359330. OLE color: 14359330.
HSL color Cylindrical-coordinate representation of color #221BDB: hue angle of 242.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221BDB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 27 | 219 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.14 |
| HSL | 242.19º | 0.78% | 0.48% | - |
| HSV(B) | 242.19º | 0.88% | 0.86% | - |
| XYZ | 13.84 | 6.24 | 67.49 | - |
| YUV | 50.98 | 222.82 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 219 | 0.84 | 0.88 | 0 | 0.14 | 242.19 | 0.78 | 0.48 |
| Hex | 22 | 1B | DB | 54 | 58 | 0 | E | F2 | 4E | 30 |
| Octal | 42 | 33 | 333 | 124 | 130 | 0 | 16 | 362 | 116 | 60 |
| Binary | 100010 | 11011 | 11011011 | 1010100 | 1011000 | 0 | 1110 | 11110010 | 1001110 | 110000 |
Color Harmonies of #221BDB
Complementary color
Monochromatic Colors of #221BDB
Black with #221BDB
Text Example
Text Example
White with #221BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221BDB; }
p { color: rgb(34,27,219); }
H1.HeaderClassName
{
color: #221BDB;
}
.AnyTagClassName
{
color: #221BDB;
}
</style>
background-color css
<style>
a { background-color: #221BDB; }
a { background-color: rgb(34,27,219); }
div.DivClassName
{
background-color: #221BDB;
}
.BgClassName
{
background-color: #221BDB;
}
</style>
border-color css
<style>
span { border-color: #221BDB; }
span { border-color: rgb(34,27,219); }
td.TdClassName
{
border-color: #221BDB;
}
.TagClassName
{
border-color: #221BDB;
}
</style>