Shades of Blue #220BFA
Tints of Blue #220BFA
RGB
CMYK
RGB Variations
Color information
#220BFA (or 0x220BFA) is known color: Blue. HEX triplet: 22, 0B and FA. RGB value is (34,11,250). Sum of RGB (Red+Green+Blue) = 34+11+250=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #220BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220BFA is #DDF405. Grayscale: #2C2C2C. Windows color (decimal): -14545926 or 16386850. OLE color: 16386850.
HSL color Cylindrical-coordinate representation of color #220BFA: hue angle of 245.77º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220BFA is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 11 | 250 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.02 |
| HSL | 245.77º | 0.96% | 0.51% | - |
| HSV(B) | 245.77º | 0.96% | 0.98% | - |
| XYZ | 18.03 | 7.48 | 90.94 | - |
| YUV | 45.12 | 243.62 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 250 | 0.86 | 0.96 | 0 | 0.02 | 245.77 | 0.96 | 0.51 |
| Hex | 22 | B | FA | 56 | 60 | 0 | 2 | F6 | 60 | 33 |
| Octal | 42 | 13 | 372 | 126 | 140 | 0 | 2 | 366 | 140 | 63 |
| Binary | 100010 | 1011 | 11111010 | 1010110 | 1100000 | 0 | 10 | 11110110 | 1100000 | 110011 |
Color Harmonies of #220BFA
Complementary color
Monochromatic Colors of #220BFA
Black with #220BFA
Text Example
Text Example
White with #220BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BFA; }
p { color: rgb(34,11,250); }
H1.HeaderClassName
{
color: #220BFA;
}
.AnyTagClassName
{
color: #220BFA;
}
</style>
background-color css
<style>
a { background-color: #220BFA; }
a { background-color: rgb(34,11,250); }
div.DivClassName
{
background-color: #220BFA;
}
.BgClassName
{
background-color: #220BFA;
}
</style>
border-color css
<style>
span { border-color: #220BFA; }
span { border-color: rgb(34,11,250); }
td.TdClassName
{
border-color: #220BFA;
}
.TagClassName
{
border-color: #220BFA;
}
</style>