Shades of Medium Blue #2214DB
Tints of Medium Blue #2214DB
RGB
CMYK
RGB Variations
Color information
#2214DB (or 0x2214DB) is known color: Medium Blue. HEX triplet: 22, 14 and DB. RGB value is (34,20,219). Sum of RGB (Red+Green+Blue) = 34+20+219=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2214DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214DB is #DDEB24. Grayscale: #2E2E2E. Windows color (decimal): -14543653 or 14357538. OLE color: 14357538.
HSL color Cylindrical-coordinate representation of color #2214DB: hue angle of 244.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2214DB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 20 | 219 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.14 |
| HSL | 244.22º | 0.83% | 0.47% | - |
| HSV(B) | 244.22º | 0.91% | 0.86% | - |
| XYZ | 13.7 | 5.95 | 67.45 | - |
| YUV | 46.87 | 225.14 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 219 | 0.84 | 0.91 | 0 | 0.14 | 244.22 | 0.83 | 0.47 |
| Hex | 22 | 14 | DB | 54 | 5B | 0 | E | F4 | 53 | 2F |
| Octal | 42 | 24 | 333 | 124 | 133 | 0 | 16 | 364 | 123 | 57 |
| Binary | 100010 | 10100 | 11011011 | 1010100 | 1011011 | 0 | 1110 | 11110100 | 1010011 | 101111 |
Color Harmonies of #2214DB
Complementary color
Monochromatic Colors of #2214DB
Black with #2214DB
Text Example
Text Example
White with #2214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214DB; }
p { color: rgb(34,20,219); }
H1.HeaderClassName
{
color: #2214DB;
}
.AnyTagClassName
{
color: #2214DB;
}
</style>
background-color css
<style>
a { background-color: #2214DB; }
a { background-color: rgb(34,20,219); }
div.DivClassName
{
background-color: #2214DB;
}
.BgClassName
{
background-color: #2214DB;
}
</style>
border-color css
<style>
span { border-color: #2214DB; }
span { border-color: rgb(34,20,219); }
td.TdClassName
{
border-color: #2214DB;
}
.TagClassName
{
border-color: #2214DB;
}
</style>