Shades of Medium Blue #220ECF
Tints of Medium Blue #220ECF
RGB
CMYK
RGB Variations
Color information
#220ECF (or 0x220ECF) is known color: Medium Blue. HEX triplet: 22, 0E and CF. RGB value is (34,14,207). Sum of RGB (Red+Green+Blue) = 34+14+207=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #220ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ECF is #DDF130. Grayscale: #292929. Windows color (decimal): -14545201 or 13569570. OLE color: 13569570.
HSL color Cylindrical-coordinate representation of color #220ECF: hue angle of 246.22º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220ECF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 14 | 207 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.19 |
| HSL | 246.22º | 0.87% | 0.43% | - |
| HSV(B) | 246.22º | 0.93% | 0.81% | - |
| XYZ | 12.08 | 5.16 | 59.39 | - |
| YUV | 41.98 | 221.13 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 207 | 0.84 | 0.93 | 0 | 0.19 | 246.22 | 0.87 | 0.43 |
| Hex | 22 | E | CF | 54 | 5D | 0 | 13 | F6 | 57 | 2B |
| Octal | 42 | 16 | 317 | 124 | 135 | 0 | 23 | 366 | 127 | 53 |
| Binary | 100010 | 1110 | 11001111 | 1010100 | 1011101 | 0 | 10011 | 11110110 | 1010111 | 101011 |
Color Harmonies of #220ECF
Complementary color
Monochromatic Colors of #220ECF
Black with #220ECF
Text Example
Text Example
White with #220ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ECF; }
p { color: rgb(34,14,207); }
H1.HeaderClassName
{
color: #220ECF;
}
.AnyTagClassName
{
color: #220ECF;
}
</style>
background-color css
<style>
a { background-color: #220ECF; }
a { background-color: rgb(34,14,207); }
div.DivClassName
{
background-color: #220ECF;
}
.BgClassName
{
background-color: #220ECF;
}
</style>
border-color css
<style>
span { border-color: #220ECF; }
span { border-color: rgb(34,14,207); }
td.TdClassName
{
border-color: #220ECF;
}
.TagClassName
{
border-color: #220ECF;
}
</style>