Shades of Medium Blue #220FBD
Tints of Medium Blue #220FBD
RGB
CMYK
RGB Variations
Color information
#220FBD (or 0x220FBD) is known color: Medium Blue. HEX triplet: 22, 0F and BD. RGB value is (34,15,189). Sum of RGB (Red+Green+Blue) = 34+15+189=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #220FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FBD is #DDF042. Grayscale: #272727. Windows color (decimal): -14544963 or 12390178. OLE color: 12390178.
HSL color Cylindrical-coordinate representation of color #220FBD: hue angle of 246.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FBD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 15 | 189 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.26 |
| HSL | 246.55º | 0.85% | 0.4% | - |
| HSV(B) | 246.55º | 0.92% | 0.74% | - |
| XYZ | 10.02 | 4.36 | 48.46 | - |
| YUV | 40.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 189 | 0.82 | 0.92 | 0 | 0.26 | 246.55 | 0.85 | 0.4 |
| Hex | 22 | F | BD | 52 | 5C | 0 | 1A | F7 | 55 | 28 |
| Octal | 42 | 17 | 275 | 122 | 134 | 0 | 32 | 367 | 125 | 50 |
| Binary | 100010 | 1111 | 10111101 | 1010010 | 1011100 | 0 | 11010 | 11110111 | 1010101 | 101000 |
Color Harmonies of #220FBD
Complementary color
Monochromatic Colors of #220FBD
Black with #220FBD
Text Example
Text Example
White with #220FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FBD; }
p { color: rgb(34,15,189); }
H1.HeaderClassName
{
color: #220FBD;
}
.AnyTagClassName
{
color: #220FBD;
}
</style>
background-color css
<style>
a { background-color: #220FBD; }
a { background-color: rgb(34,15,189); }
div.DivClassName
{
background-color: #220FBD;
}
.BgClassName
{
background-color: #220FBD;
}
</style>
border-color css
<style>
span { border-color: #220FBD; }
span { border-color: rgb(34,15,189); }
td.TdClassName
{
border-color: #220FBD;
}
.TagClassName
{
border-color: #220FBD;
}
</style>