Shades of Medium Blue #220DDC
Tints of Medium Blue #220DDC
RGB
CMYK
RGB Variations
Color information
#220DDC (or 0x220DDC) is known color: Medium Blue. HEX triplet: 22, 0D and DC. RGB value is (34,13,220). Sum of RGB (Red+Green+Blue) = 34+13+220=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #220DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DDC is #DDF223. Grayscale: #2A2A2A. Windows color (decimal): -14545444 or 14421282. OLE color: 14421282.
HSL color Cylindrical-coordinate representation of color #220DDC: hue angle of 246.09º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DDC is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 13 | 220 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.14 |
| HSL | 246.09º | 0.89% | 0.46% | - |
| HSV(B) | 246.09º | 0.94% | 0.86% | - |
| XYZ | 13.72 | 5.8 | 68.11 | - |
| YUV | 42.88 | 227.96 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 220 | 0.85 | 0.94 | 0 | 0.14 | 246.09 | 0.89 | 0.46 |
| Hex | 22 | D | DC | 55 | 5E | 0 | E | F6 | 59 | 2E |
| Octal | 42 | 15 | 334 | 125 | 136 | 0 | 16 | 366 | 131 | 56 |
| Binary | 100010 | 1101 | 11011100 | 1010101 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101110 |
Color Harmonies of #220DDC
Complementary color
Monochromatic Colors of #220DDC
Black with #220DDC
Text Example
Text Example
White with #220DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DDC; }
p { color: rgb(34,13,220); }
H1.HeaderClassName
{
color: #220DDC;
}
.AnyTagClassName
{
color: #220DDC;
}
</style>
background-color css
<style>
a { background-color: #220DDC; }
a { background-color: rgb(34,13,220); }
div.DivClassName
{
background-color: #220DDC;
}
.BgClassName
{
background-color: #220DDC;
}
</style>
border-color css
<style>
span { border-color: #220DDC; }
span { border-color: rgb(34,13,220); }
td.TdClassName
{
border-color: #220DDC;
}
.TagClassName
{
border-color: #220DDC;
}
</style>