Shades of Medium Blue #2214DF
Tints of Medium Blue #2214DF
RGB
CMYK
RGB Variations
Color information
#2214DF (or 0x2214DF) is known color: Medium Blue. HEX triplet: 22, 14 and DF. RGB value is (34,20,223). Sum of RGB (Red+Green+Blue) = 34+20+223=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #2214DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214DF is #DDEB20. Grayscale: #2E2E2E. Windows color (decimal): -14543649 or 14619682. OLE color: 14619682.
HSL color Cylindrical-coordinate representation of color #2214DF: hue angle of 244.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2214DF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 20 | 223 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.13 |
| HSL | 244.14º | 0.84% | 0.48% | - |
| HSV(B) | 244.14º | 0.91% | 0.87% | - |
| XYZ | 14.23 | 6.17 | 70.25 | - |
| YUV | 47.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 223 | 0.85 | 0.91 | 0 | 0.13 | 244.14 | 0.84 | 0.48 |
| Hex | 22 | 14 | DF | 55 | 5B | 0 | D | F4 | 54 | 30 |
| Octal | 42 | 24 | 337 | 125 | 133 | 0 | 15 | 364 | 124 | 60 |
| Binary | 100010 | 10100 | 11011111 | 1010101 | 1011011 | 0 | 1101 | 11110100 | 1010100 | 110000 |
Color Harmonies of #2214DF
Complementary color
Monochromatic Colors of #2214DF
Black with #2214DF
Text Example
Text Example
White with #2214DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214DF; }
p { color: rgb(34,20,223); }
H1.HeaderClassName
{
color: #2214DF;
}
.AnyTagClassName
{
color: #2214DF;
}
</style>
background-color css
<style>
a { background-color: #2214DF; }
a { background-color: rgb(34,20,223); }
div.DivClassName
{
background-color: #2214DF;
}
.BgClassName
{
background-color: #2214DF;
}
</style>
border-color css
<style>
span { border-color: #2214DF; }
span { border-color: rgb(34,20,223); }
td.TdClassName
{
border-color: #2214DF;
}
.TagClassName
{
border-color: #2214DF;
}
</style>