Shades of Medium Blue #220FDC
Tints of Medium Blue #220FDC
RGB
CMYK
RGB Variations
Color information
#220FDC (or 0x220FDC) is known color: Medium Blue. HEX triplet: 22, 0F and DC. RGB value is (34,15,220). Sum of RGB (Red+Green+Blue) = 34+15+220=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #220FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FDC is #DDF023. Grayscale: #2B2B2B. Windows color (decimal): -14544932 or 14421794. OLE color: 14421794.
HSL color Cylindrical-coordinate representation of color #220FDC: hue angle of 245.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220FDC is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 15 | 220 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.14 |
| HSL | 245.56º | 0.87% | 0.46% | - |
| HSV(B) | 245.56º | 0.93% | 0.86% | - |
| XYZ | 13.75 | 5.85 | 68.11 | - |
| YUV | 44.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 220 | 0.85 | 0.93 | 0 | 0.14 | 245.56 | 0.87 | 0.46 |
| Hex | 22 | F | DC | 55 | 5D | 0 | E | F6 | 57 | 2E |
| Octal | 42 | 17 | 334 | 125 | 135 | 0 | 16 | 366 | 127 | 56 |
| Binary | 100010 | 1111 | 11011100 | 1010101 | 1011101 | 0 | 1110 | 11110110 | 1010111 | 101110 |
Color Harmonies of #220FDC
Complementary color
Monochromatic Colors of #220FDC
Black with #220FDC
Text Example
Text Example
White with #220FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FDC; }
p { color: rgb(34,15,220); }
H1.HeaderClassName
{
color: #220FDC;
}
.AnyTagClassName
{
color: #220FDC;
}
</style>
background-color css
<style>
a { background-color: #220FDC; }
a { background-color: rgb(34,15,220); }
div.DivClassName
{
background-color: #220FDC;
}
.BgClassName
{
background-color: #220FDC;
}
</style>
border-color css
<style>
span { border-color: #220FDC; }
span { border-color: rgb(34,15,220); }
td.TdClassName
{
border-color: #220FDC;
}
.TagClassName
{
border-color: #220FDC;
}
</style>