Shades of Blue #220BF7
Tints of Blue #220BF7
RGB
CMYK
RGB Variations
Color information
#220BF7 (or 0x220BF7) is known color: Blue. HEX triplet: 22, 0B and F7. RGB value is (34,11,247). Sum of RGB (Red+Green+Blue) = 34+11+247=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 247 (96.88% from 255 or 84.59% from 292); Max value from RGB is 247 - color contains mainly: blue. Hex color #220BF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220BF7 is #DDF408. Grayscale: #2B2B2B. Windows color (decimal): -14545929 or 16190242. OLE color: 16190242.
HSL color Cylindrical-coordinate representation of color #220BF7: hue angle of 245.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220BF7 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 11 | 247 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.03 |
| HSL | 245.85º | 0.94% | 0.51% | - |
| HSV(B) | 245.85º | 0.96% | 0.97% | - |
| XYZ | 17.57 | 7.29 | 88.48 | - |
| YUV | 44.78 | 242.12 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 247 | 0.86 | 0.96 | 0 | 0.03 | 245.85 | 0.94 | 0.51 |
| Hex | 22 | B | F7 | 56 | 60 | 0 | 3 | F6 | 5E | 33 |
| Octal | 42 | 13 | 367 | 126 | 140 | 0 | 3 | 366 | 136 | 63 |
| Binary | 100010 | 1011 | 11110111 | 1010110 | 1100000 | 0 | 11 | 11110110 | 1011110 | 110011 |
Color Harmonies of #220BF7
Complementary color
Monochromatic Colors of #220BF7
Black with #220BF7
Text Example
Text Example
White with #220BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BF7; }
p { color: rgb(34,11,247); }
H1.HeaderClassName
{
color: #220BF7;
}
.AnyTagClassName
{
color: #220BF7;
}
</style>
background-color css
<style>
a { background-color: #220BF7; }
a { background-color: rgb(34,11,247); }
div.DivClassName
{
background-color: #220BF7;
}
.BgClassName
{
background-color: #220BF7;
}
</style>
border-color css
<style>
span { border-color: #220BF7; }
span { border-color: rgb(34,11,247); }
td.TdClassName
{
border-color: #220BF7;
}
.TagClassName
{
border-color: #220BF7;
}
</style>