Shades of Medium Blue #220DBD
Tints of Medium Blue #220DBD
RGB
CMYK
RGB Variations
Color information
#220DBD (or 0x220DBD) is known color: Medium Blue. HEX triplet: 22, 0D and BD. RGB value is (34,13,189). Sum of RGB (Red+Green+Blue) = 34+13+189=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #220DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DBD is #DDF242. Grayscale: #262626. Windows color (decimal): -14545475 or 12389666. OLE color: 12389666.
HSL color Cylindrical-coordinate representation of color #220DBD: hue angle of 247.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220DBD is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 13 | 189 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.26 |
| HSL | 247.16º | 0.87% | 0.4% | - |
| HSV(B) | 247.16º | 0.93% | 0.74% | - |
| XYZ | 9.99 | 4.3 | 48.45 | - |
| YUV | 39.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 189 | 0.82 | 0.93 | 0 | 0.26 | 247.16 | 0.87 | 0.4 |
| Hex | 22 | D | BD | 52 | 5D | 0 | 1A | F7 | 57 | 28 |
| Octal | 42 | 15 | 275 | 122 | 135 | 0 | 32 | 367 | 127 | 50 |
| Binary | 100010 | 1101 | 10111101 | 1010010 | 1011101 | 0 | 11010 | 11110111 | 1010111 | 101000 |
Color Harmonies of #220DBD
Complementary color
Monochromatic Colors of #220DBD
Black with #220DBD
Text Example
Text Example
White with #220DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DBD; }
p { color: rgb(34,13,189); }
H1.HeaderClassName
{
color: #220DBD;
}
.AnyTagClassName
{
color: #220DBD;
}
</style>
background-color css
<style>
a { background-color: #220DBD; }
a { background-color: rgb(34,13,189); }
div.DivClassName
{
background-color: #220DBD;
}
.BgClassName
{
background-color: #220DBD;
}
</style>
border-color css
<style>
span { border-color: #220DBD; }
span { border-color: rgb(34,13,189); }
td.TdClassName
{
border-color: #220DBD;
}
.TagClassName
{
border-color: #220DBD;
}
</style>