Shades of Medium Blue #220DCC
Tints of Medium Blue #220DCC
RGB
CMYK
RGB Variations
Color information
#220DCC (or 0x220DCC) is known color: Medium Blue. HEX triplet: 22, 0D and CC. RGB value is (34,13,204). Sum of RGB (Red+Green+Blue) = 34+13+204=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #220DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DCC is #DDF233. Grayscale: #282828. Windows color (decimal): -14545460 or 13372706. OLE color: 13372706.
HSL color Cylindrical-coordinate representation of color #220DCC: hue angle of 246.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DCC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 13 | 204 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.2 |
| HSL | 246.6º | 0.88% | 0.43% | - |
| HSV(B) | 246.6º | 0.94% | 0.8% | - |
| XYZ | 11.7 | 4.99 | 57.47 | - |
| YUV | 41.05 | 219.96 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 204 | 0.83 | 0.94 | 0 | 0.2 | 246.6 | 0.88 | 0.43 |
| Hex | 22 | D | CC | 53 | 5E | 0 | 14 | F7 | 58 | 2B |
| Octal | 42 | 15 | 314 | 123 | 136 | 0 | 24 | 367 | 130 | 53 |
| Binary | 100010 | 1101 | 11001100 | 1010011 | 1011110 | 0 | 10100 | 11110111 | 1011000 | 101011 |
Color Harmonies of #220DCC
Complementary color
Monochromatic Colors of #220DCC
Black with #220DCC
Text Example
Text Example
White with #220DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DCC; }
p { color: rgb(34,13,204); }
H1.HeaderClassName
{
color: #220DCC;
}
.AnyTagClassName
{
color: #220DCC;
}
</style>
background-color css
<style>
a { background-color: #220DCC; }
a { background-color: rgb(34,13,204); }
div.DivClassName
{
background-color: #220DCC;
}
.BgClassName
{
background-color: #220DCC;
}
</style>
border-color css
<style>
span { border-color: #220DCC; }
span { border-color: rgb(34,13,204); }
td.TdClassName
{
border-color: #220DCC;
}
.TagClassName
{
border-color: #220DCC;
}
</style>