Shades of Blue #220FF5
Tints of Blue #220FF5
RGB
CMYK
RGB Variations
Color information
#220FF5 (or 0x220FF5) is known color: Blue. HEX triplet: 22, 0F and F5. RGB value is (34,15,245). Sum of RGB (Red+Green+Blue) = 34+15+245=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #220FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220FF5 is #DDF00A. Grayscale: #2E2E2E. Windows color (decimal): -14544907 or 16060194. OLE color: 16060194.
HSL color Cylindrical-coordinate representation of color #220FF5: hue angle of 244.96º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220FF5 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 15 | 245 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.04 |
| HSL | 244.96º | 0.92% | 0.51% | - |
| HSV(B) | 244.96º | 0.94% | 0.96% | - |
| XYZ | 17.31 | 7.27 | 86.88 | - |
| YUV | 46.9 | 239.79 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 245 | 0.86 | 0.94 | 0 | 0.04 | 244.96 | 0.92 | 0.51 |
| Hex | 22 | F | F5 | 56 | 5E | 0 | 4 | F5 | 5C | 33 |
| Octal | 42 | 17 | 365 | 126 | 136 | 0 | 4 | 365 | 134 | 63 |
| Binary | 100010 | 1111 | 11110101 | 1010110 | 1011110 | 0 | 100 | 11110101 | 1011100 | 110011 |
Color Harmonies of #220FF5
Complementary color
Monochromatic Colors of #220FF5
Black with #220FF5
Text Example
Text Example
White with #220FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FF5; }
p { color: rgb(34,15,245); }
H1.HeaderClassName
{
color: #220FF5;
}
.AnyTagClassName
{
color: #220FF5;
}
</style>
background-color css
<style>
a { background-color: #220FF5; }
a { background-color: rgb(34,15,245); }
div.DivClassName
{
background-color: #220FF5;
}
.BgClassName
{
background-color: #220FF5;
}
</style>
border-color css
<style>
span { border-color: #220FF5; }
span { border-color: rgb(34,15,245); }
td.TdClassName
{
border-color: #220FF5;
}
.TagClassName
{
border-color: #220FF5;
}
</style>