Shades of Medium Blue #2214D3
Tints of Medium Blue #2214D3
RGB
CMYK
RGB Variations
Color information
#2214D3 (or 0x2214D3) is known color: Medium Blue. HEX triplet: 22, 14 and D3. RGB value is (34,20,211). Sum of RGB (Red+Green+Blue) = 34+20+211=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 211 (82.81% from 255 or 79.62% from 265); Max value from RGB is 211 - color contains mainly: blue. Hex color #2214D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214D3 is #DDEB2C. Grayscale: #2D2D2D. Windows color (decimal): -14543661 or 13833250. OLE color: 13833250.
HSL color Cylindrical-coordinate representation of color #2214D3: hue angle of 244.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2214D3 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 20 | 211 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.17 |
| HSL | 244.4º | 0.83% | 0.45% | - |
| HSV(B) | 244.4º | 0.91% | 0.83% | - |
| XYZ | 12.67 | 5.54 | 62.03 | - |
| YUV | 45.96 | 221.14 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 211 | 0.84 | 0.91 | 0 | 0.17 | 244.4 | 0.83 | 0.45 |
| Hex | 22 | 14 | D3 | 54 | 5B | 0 | 11 | F4 | 53 | 2D |
| Octal | 42 | 24 | 323 | 124 | 133 | 0 | 21 | 364 | 123 | 55 |
| Binary | 100010 | 10100 | 11010011 | 1010100 | 1011011 | 0 | 10001 | 11110100 | 1010011 | 101101 |
Color Harmonies of #2214D3
Complementary color
Monochromatic Colors of #2214D3
Black with #2214D3
Text Example
Text Example
White with #2214D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214D3; }
p { color: rgb(34,20,211); }
H1.HeaderClassName
{
color: #2214D3;
}
.AnyTagClassName
{
color: #2214D3;
}
</style>
background-color css
<style>
a { background-color: #2214D3; }
a { background-color: rgb(34,20,211); }
div.DivClassName
{
background-color: #2214D3;
}
.BgClassName
{
background-color: #2214D3;
}
</style>
border-color css
<style>
span { border-color: #2214D3; }
span { border-color: rgb(34,20,211); }
td.TdClassName
{
border-color: #2214D3;
}
.TagClassName
{
border-color: #2214D3;
}
</style>