Shades of Medium Blue #220DC7
Tints of Medium Blue #220DC7
RGB
CMYK
RGB Variations
Color information
#220DC7 (or 0x220DC7) is known color: Medium Blue. HEX triplet: 22, 0D and C7. RGB value is (34,13,199). Sum of RGB (Red+Green+Blue) = 34+13+199=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 199 (78.12% from 255 or 80.89% from 246); Max value from RGB is 199 - color contains mainly: blue. Hex color #220DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DC7 is #DDF238. Grayscale: #272727. Windows color (decimal): -14545465 or 13045026. OLE color: 13045026.
HSL color Cylindrical-coordinate representation of color #220DC7: hue angle of 246.77º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220DC7 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 13 | 199 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.22 |
| HSL | 246.77º | 0.88% | 0.42% | - |
| HSV(B) | 246.77º | 0.93% | 0.78% | - |
| XYZ | 11.11 | 4.75 | 54.36 | - |
| YUV | 40.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 199 | 0.83 | 0.93 | 0 | 0.22 | 246.77 | 0.88 | 0.42 |
| Hex | 22 | D | C7 | 53 | 5D | 0 | 16 | F7 | 58 | 2A |
| Octal | 42 | 15 | 307 | 123 | 135 | 0 | 26 | 367 | 130 | 52 |
| Binary | 100010 | 1101 | 11000111 | 1010011 | 1011101 | 0 | 10110 | 11110111 | 1011000 | 101010 |
Color Harmonies of #220DC7
Complementary color
Monochromatic Colors of #220DC7
Black with #220DC7
Text Example
Text Example
White with #220DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DC7; }
p { color: rgb(34,13,199); }
H1.HeaderClassName
{
color: #220DC7;
}
.AnyTagClassName
{
color: #220DC7;
}
</style>
background-color css
<style>
a { background-color: #220DC7; }
a { background-color: rgb(34,13,199); }
div.DivClassName
{
background-color: #220DC7;
}
.BgClassName
{
background-color: #220DC7;
}
</style>
border-color css
<style>
span { border-color: #220DC7; }
span { border-color: rgb(34,13,199); }
td.TdClassName
{
border-color: #220DC7;
}
.TagClassName
{
border-color: #220DC7;
}
</style>