Shades of Medium Blue #220FB9
Tints of Medium Blue #220FB9
RGB
CMYK
RGB Variations
Color information
#220FB9 (or 0x220FB9) is known color: Medium Blue. HEX triplet: 22, 0F and B9. RGB value is (34,15,185). Sum of RGB (Red+Green+Blue) = 34+15+185=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #220FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FB9 is #DDF046. Grayscale: #272727. Windows color (decimal): -14544967 or 12128034. OLE color: 12128034.
HSL color Cylindrical-coordinate representation of color #220FB9: hue angle of 246.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FB9 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 15 | 185 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.27 |
| HSL | 246.71º | 0.85% | 0.39% | - |
| HSV(B) | 246.71º | 0.92% | 0.73% | - |
| XYZ | 9.59 | 4.18 | 46.2 | - |
| YUV | 40.06 | 209.79 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 185 | 0.82 | 0.92 | 0 | 0.27 | 246.71 | 0.85 | 0.39 |
| Hex | 22 | F | B9 | 52 | 5C | 0 | 1B | F7 | 55 | 27 |
| Octal | 42 | 17 | 271 | 122 | 134 | 0 | 33 | 367 | 125 | 47 |
| Binary | 100010 | 1111 | 10111001 | 1010010 | 1011100 | 0 | 11011 | 11110111 | 1010101 | 100111 |
Color Harmonies of #220FB9
Complementary color
Monochromatic Colors of #220FB9
Black with #220FB9
Text Example
Text Example
White with #220FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FB9; }
p { color: rgb(34,15,185); }
H1.HeaderClassName
{
color: #220FB9;
}
.AnyTagClassName
{
color: #220FB9;
}
</style>
background-color css
<style>
a { background-color: #220FB9; }
a { background-color: rgb(34,15,185); }
div.DivClassName
{
background-color: #220FB9;
}
.BgClassName
{
background-color: #220FB9;
}
</style>
border-color css
<style>
span { border-color: #220FB9; }
span { border-color: rgb(34,15,185); }
td.TdClassName
{
border-color: #220FB9;
}
.TagClassName
{
border-color: #220FB9;
}
</style>