Shades of Medium Blue #220BE0
Tints of Medium Blue #220BE0
RGB
CMYK
RGB Variations
Color information
#220BE0 (or 0x220BE0) is known color: Medium Blue. HEX triplet: 22, 0B and E0. RGB value is (34,11,224). Sum of RGB (Red+Green+Blue) = 34+11+224=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 224 (87.89% from 255 or 83.27% from 269); Max value from RGB is 224 - color contains mainly: blue. Hex color #220BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BE0 is #DDF41F. Grayscale: #292929. Windows color (decimal): -14545952 or 14682914. OLE color: 14682914.
HSL color Cylindrical-coordinate representation of color #220BE0: hue angle of 246.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BE0 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 11 | 224 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.12 |
| HSL | 246.48º | 0.91% | 0.46% | - |
| HSV(B) | 246.48º | 0.95% | 0.88% | - |
| XYZ | 14.23 | 5.96 | 70.92 | - |
| YUV | 42.16 | 230.62 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 224 | 0.85 | 0.95 | 0 | 0.12 | 246.48 | 0.91 | 0.46 |
| Hex | 22 | B | E0 | 55 | 5F | 0 | C | F6 | 5B | 2E |
| Octal | 42 | 13 | 340 | 125 | 137 | 0 | 14 | 366 | 133 | 56 |
| Binary | 100010 | 1011 | 11100000 | 1010101 | 1011111 | 0 | 1100 | 11110110 | 1011011 | 101110 |
Color Harmonies of #220BE0
Complementary color
Monochromatic Colors of #220BE0
Black with #220BE0
Text Example
Text Example
White with #220BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BE0; }
p { color: rgb(34,11,224); }
H1.HeaderClassName
{
color: #220BE0;
}
.AnyTagClassName
{
color: #220BE0;
}
</style>
background-color css
<style>
a { background-color: #220BE0; }
a { background-color: rgb(34,11,224); }
div.DivClassName
{
background-color: #220BE0;
}
.BgClassName
{
background-color: #220BE0;
}
</style>
border-color css
<style>
span { border-color: #220BE0; }
span { border-color: rgb(34,11,224); }
td.TdClassName
{
border-color: #220BE0;
}
.TagClassName
{
border-color: #220BE0;
}
</style>