Shades of Medium Blue #220DCB
Tints of Medium Blue #220DCB
RGB
CMYK
RGB Variations
Color information
#220DCB (or 0x220DCB) is known color: Medium Blue. HEX triplet: 22, 0D and CB. RGB value is (34,13,203). Sum of RGB (Red+Green+Blue) = 34+13+203=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #220DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DCB is #DDF234. Grayscale: #282828. Windows color (decimal): -14545461 or 13307170. OLE color: 13307170.
HSL color Cylindrical-coordinate representation of color #220DCB: hue angle of 246.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220DCB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 13 | 203 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.20 |
| HSL | 246.63º | 0.88% | 0.42% | - |
| HSV(B) | 246.63º | 0.94% | 0.8% | - |
| XYZ | 11.58 | 4.94 | 56.84 | - |
| YUV | 40.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 203 | 0.83 | 0.94 | 0 | 0.20 | 246.63 | 0.88 | 0.42 |
| Hex | 22 | D | CB | 53 | 5E | 0 | 14 | F7 | 58 | 2A |
| Octal | 42 | 15 | 313 | 123 | 136 | 0 | 24 | 367 | 130 | 52 |
| Binary | 100010 | 1101 | 11001011 | 1010011 | 1011110 | 0 | 10100 | 11110111 | 1011000 | 101010 |
Color Harmonies of #220DCB
Complementary color
Monochromatic Colors of #220DCB
Black with #220DCB
Text Example
Text Example
White with #220DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220DCB; }
p { color: rgb(34,13,203); }
H1.HeaderClassName
{
color: #220DCB;
}
.AnyTagClassName
{
color: #220DCB;
}
</style>
background-color css
<style>
a { background-color: #220DCB; }
a { background-color: rgb(34,13,203); }
div.DivClassName
{
background-color: #220DCB;
}
.BgClassName
{
background-color: #220DCB;
}
</style>
border-color css
<style>
span { border-color: #220DCB; }
span { border-color: rgb(34,13,203); }
td.TdClassName
{
border-color: #220DCB;
}
.TagClassName
{
border-color: #220DCB;
}
</style>