Shades of Medium Blue #220CDC
Tints of Medium Blue #220CDC
RGB
CMYK
RGB Variations
Color information
#220CDC (or 0x220CDC) is known color: Medium Blue. HEX triplet: 22, 0C and DC. RGB value is (34,12,220). Sum of RGB (Red+Green+Blue) = 34+12+220=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #220CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CDC is #DDF323. Grayscale: #292929. Windows color (decimal): -14545700 or 14421026. OLE color: 14421026.
HSL color Cylindrical-coordinate representation of color #220CDC: hue angle of 246.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220CDC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 12 | 220 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.14 |
| HSL | 246.35º | 0.9% | 0.45% | - |
| HSV(B) | 246.35º | 0.95% | 0.86% | - |
| XYZ | 13.71 | 5.77 | 68.1 | - |
| YUV | 42.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 220 | 0.85 | 0.95 | 0 | 0.14 | 246.35 | 0.9 | 0.45 |
| Hex | 22 | C | DC | 55 | 5F | 0 | E | F6 | 5A | 2D |
| Octal | 42 | 14 | 334 | 125 | 137 | 0 | 16 | 366 | 132 | 55 |
| Binary | 100010 | 1100 | 11011100 | 1010101 | 1011111 | 0 | 1110 | 11110110 | 1011010 | 101101 |
Color Harmonies of #220CDC
Complementary color
Monochromatic Colors of #220CDC
Black with #220CDC
Text Example
Text Example
White with #220CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CDC; }
p { color: rgb(34,12,220); }
H1.HeaderClassName
{
color: #220CDC;
}
.AnyTagClassName
{
color: #220CDC;
}
</style>
background-color css
<style>
a { background-color: #220CDC; }
a { background-color: rgb(34,12,220); }
div.DivClassName
{
background-color: #220CDC;
}
.BgClassName
{
background-color: #220CDC;
}
</style>
border-color css
<style>
span { border-color: #220CDC; }
span { border-color: rgb(34,12,220); }
td.TdClassName
{
border-color: #220CDC;
}
.TagClassName
{
border-color: #220CDC;
}
</style>