Shades of Medium Blue #220FC5
Tints of Medium Blue #220FC5
RGB
CMYK
RGB Variations
Color information
#220FC5 (or 0x220FC5) is known color: Medium Blue. HEX triplet: 22, 0F and C5. RGB value is (34,15,197). Sum of RGB (Red+Green+Blue) = 34+15+197=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 197 (77.34% from 255 or 80.08% from 246); Max value from RGB is 197 - color contains mainly: blue. Hex color #220FC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FC5 is #DDF03A. Grayscale: #282828. Windows color (decimal): -14544955 or 12914466. OLE color: 12914466.
HSL color Cylindrical-coordinate representation of color #220FC5: hue angle of 246.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FC5 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 15 | 197 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.23 |
| HSL | 246.26º | 0.86% | 0.42% | - |
| HSV(B) | 246.26º | 0.92% | 0.77% | - |
| XYZ | 10.91 | 4.71 | 53.16 | - |
| YUV | 41.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 197 | 0.83 | 0.92 | 0 | 0.23 | 246.26 | 0.86 | 0.42 |
| Hex | 22 | F | C5 | 53 | 5C | 0 | 17 | F6 | 56 | 2A |
| Octal | 42 | 17 | 305 | 123 | 134 | 0 | 27 | 366 | 126 | 52 |
| Binary | 100010 | 1111 | 11000101 | 1010011 | 1011100 | 0 | 10111 | 11110110 | 1010110 | 101010 |
Color Harmonies of #220FC5
Complementary color
Monochromatic Colors of #220FC5
Black with #220FC5
Text Example
Text Example
White with #220FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FC5; }
p { color: rgb(34,15,197); }
H1.HeaderClassName
{
color: #220FC5;
}
.AnyTagClassName
{
color: #220FC5;
}
</style>
background-color css
<style>
a { background-color: #220FC5; }
a { background-color: rgb(34,15,197); }
div.DivClassName
{
background-color: #220FC5;
}
.BgClassName
{
background-color: #220FC5;
}
</style>
border-color css
<style>
span { border-color: #220FC5; }
span { border-color: rgb(34,15,197); }
td.TdClassName
{
border-color: #220FC5;
}
.TagClassName
{
border-color: #220FC5;
}
</style>