Shades of Blue #220FFB
Tints of Blue #220FFB
RGB
CMYK
RGB Variations
Color information
#220FFB (or 0x220FFB) is known color: Blue. HEX triplet: 22, 0F and FB. RGB value is (34,15,251). Sum of RGB (Red+Green+Blue) = 34+15+251=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #220FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220FFB is #DDF004. Grayscale: #2E2E2E. Windows color (decimal): -14544901 or 16453410. OLE color: 16453410.
HSL color Cylindrical-coordinate representation of color #220FFB: hue angle of 244.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220FFB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 15 | 251 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.02 |
| HSL | 244.83º | 0.97% | 0.52% | - |
| HSV(B) | 244.83º | 0.94% | 0.98% | - |
| XYZ | 18.24 | 7.65 | 91.78 | - |
| YUV | 47.59 | 242.79 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 251 | 0.86 | 0.94 | 0 | 0.02 | 244.83 | 0.97 | 0.52 |
| Hex | 22 | F | FB | 56 | 5E | 0 | 2 | F5 | 61 | 34 |
| Octal | 42 | 17 | 373 | 126 | 136 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100010 | 1111 | 11111011 | 1010110 | 1011110 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #220FFB
Complementary color
Monochromatic Colors of #220FFB
Black with #220FFB
Text Example
Text Example
White with #220FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FFB; }
p { color: rgb(34,15,251); }
H1.HeaderClassName
{
color: #220FFB;
}
.AnyTagClassName
{
color: #220FFB;
}
</style>
background-color css
<style>
a { background-color: #220FFB; }
a { background-color: rgb(34,15,251); }
div.DivClassName
{
background-color: #220FFB;
}
.BgClassName
{
background-color: #220FFB;
}
</style>
border-color css
<style>
span { border-color: #220FFB; }
span { border-color: rgb(34,15,251); }
td.TdClassName
{
border-color: #220FFB;
}
.TagClassName
{
border-color: #220FFB;
}
</style>