Shades of Medium Blue #220DBE
Tints of Medium Blue #220DBE
RGB
CMYK
RGB Variations
Color information
#220DBE (or 0x220DBE) is known color: Medium Blue. HEX triplet: 22, 0D and BE. RGB value is (34,13,190). Sum of RGB (Red+Green+Blue) = 34+13+190=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #220DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DBE is #DDF241. Grayscale: #262626. Windows color (decimal): -14545474 or 12455202. OLE color: 12455202.
HSL color Cylindrical-coordinate representation of color #220DBE: hue angle of 247.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220DBE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 13 | 190 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.25 |
| HSL | 247.12º | 0.87% | 0.4% | - |
| HSV(B) | 247.12º | 0.93% | 0.75% | - |
| XYZ | 10.1 | 4.35 | 49.02 | - |
| YUV | 39.46 | 212.96 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 190 | 0.82 | 0.93 | 0 | 0.25 | 247.12 | 0.87 | 0.4 |
| Hex | 22 | D | BE | 52 | 5D | 0 | 19 | F7 | 57 | 28 |
| Octal | 42 | 15 | 276 | 122 | 135 | 0 | 31 | 367 | 127 | 50 |
| Binary | 100010 | 1101 | 10111110 | 1010010 | 1011101 | 0 | 11001 | 11110111 | 1010111 | 101000 |
Color Harmonies of #220DBE
Complementary color
Monochromatic Colors of #220DBE
Black with #220DBE
Text Example
Text Example
White with #220DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DBE; }
p { color: rgb(34,13,190); }
H1.HeaderClassName
{
color: #220DBE;
}
.AnyTagClassName
{
color: #220DBE;
}
</style>
background-color css
<style>
a { background-color: #220DBE; }
a { background-color: rgb(34,13,190); }
div.DivClassName
{
background-color: #220DBE;
}
.BgClassName
{
background-color: #220DBE;
}
</style>
border-color css
<style>
span { border-color: #220DBE; }
span { border-color: rgb(34,13,190); }
td.TdClassName
{
border-color: #220DBE;
}
.TagClassName
{
border-color: #220DBE;
}
</style>