Shades of Blue #220EF5
Tints of Blue #220EF5
RGB
CMYK
RGB Variations
Color information
#220EF5 (or 0x220EF5) is known color: Blue. HEX triplet: 22, 0E and F5. RGB value is (34,14,245). Sum of RGB (Red+Green+Blue) = 34+14+245=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 245 (96.09% from 255 or 83.62% from 293); Max value from RGB is 245 - color contains mainly: blue. Hex color #220EF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220EF5 is #DDF10A. Grayscale: #2D2D2D. Windows color (decimal): -14545163 or 16059938. OLE color: 16059938.
HSL color Cylindrical-coordinate representation of color #220EF5: hue angle of 245.19º 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 #220EF5 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 14 | 245 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.04 |
| HSL | 245.19º | 0.92% | 0.51% | - |
| HSV(B) | 245.19º | 0.94% | 0.96% | - |
| XYZ | 17.3 | 7.25 | 86.87 | - |
| YUV | 46.31 | 240.13 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 245 | 0.86 | 0.94 | 0 | 0.04 | 245.19 | 0.92 | 0.51 |
| Hex | 22 | E | F5 | 56 | 5E | 0 | 4 | F5 | 5C | 33 |
| Octal | 42 | 16 | 365 | 126 | 136 | 0 | 4 | 365 | 134 | 63 |
| Binary | 100010 | 1110 | 11110101 | 1010110 | 1011110 | 0 | 100 | 11110101 | 1011100 | 110011 |
Color Harmonies of #220EF5
Complementary color
Monochromatic Colors of #220EF5
Black with #220EF5
Text Example
Text Example
White with #220EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EF5; }
p { color: rgb(34,14,245); }
H1.HeaderClassName
{
color: #220EF5;
}
.AnyTagClassName
{
color: #220EF5;
}
</style>
background-color css
<style>
a { background-color: #220EF5; }
a { background-color: rgb(34,14,245); }
div.DivClassName
{
background-color: #220EF5;
}
.BgClassName
{
background-color: #220EF5;
}
</style>
border-color css
<style>
span { border-color: #220EF5; }
span { border-color: rgb(34,14,245); }
td.TdClassName
{
border-color: #220EF5;
}
.TagClassName
{
border-color: #220EF5;
}
</style>