Shades of Medium Blue #220ACD
Tints of Medium Blue #220ACD
RGB
CMYK
RGB Variations
Color information
#220ACD (or 0x220ACD) is known color: Medium Blue. HEX triplet: 22, 0A and CD. RGB value is (34,10,205). Sum of RGB (Red+Green+Blue) = 34+10+205=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #220ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ACD is #DDF532. Grayscale: #262626. Windows color (decimal): -14546227 or 13437474. OLE color: 13437474.
HSL color Cylindrical-coordinate representation of color #220ACD: hue angle of 247.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ACD is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 10 | 205 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.20 |
| HSL | 247.38º | 0.91% | 0.42% | - |
| HSV(B) | 247.38º | 0.95% | 0.8% | - |
| XYZ | 11.79 | 4.96 | 58.09 | - |
| YUV | 39.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 205 | 0.83 | 0.95 | 0 | 0.20 | 247.38 | 0.91 | 0.42 |
| Hex | 22 | A | CD | 53 | 5F | 0 | 14 | F7 | 5B | 2A |
| Octal | 42 | 12 | 315 | 123 | 137 | 0 | 24 | 367 | 133 | 52 |
| Binary | 100010 | 1010 | 11001101 | 1010011 | 1011111 | 0 | 10100 | 11110111 | 1011011 | 101010 |
Color Harmonies of #220ACD
Complementary color
Monochromatic Colors of #220ACD
Black with #220ACD
Text Example
Text Example
White with #220ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ACD; }
p { color: rgb(34,10,205); }
H1.HeaderClassName
{
color: #220ACD;
}
.AnyTagClassName
{
color: #220ACD;
}
</style>
background-color css
<style>
a { background-color: #220ACD; }
a { background-color: rgb(34,10,205); }
div.DivClassName
{
background-color: #220ACD;
}
.BgClassName
{
background-color: #220ACD;
}
</style>
border-color css
<style>
span { border-color: #220ACD; }
span { border-color: rgb(34,10,205); }
td.TdClassName
{
border-color: #220ACD;
}
.TagClassName
{
border-color: #220ACD;
}
</style>