Shades of Blue #220EF8
Tints of Blue #220EF8
RGB
CMYK
RGB Variations
Color information
#220EF8 (or 0x220EF8) is known color: Blue. HEX triplet: 22, 0E and F8. RGB value is (34,14,248). Sum of RGB (Red+Green+Blue) = 34+14+248=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 248 (97.27% from 255 or 83.78% from 296); Max value from RGB is 248 - color contains mainly: blue. Hex color #220EF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220EF8 is #DDF107. Grayscale: #2D2D2D. Windows color (decimal): -14545160 or 16256546. OLE color: 16256546.
HSL color Cylindrical-coordinate representation of color #220EF8: hue angle of 245.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220EF8 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 14 | 248 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.03 |
| HSL | 245.13º | 0.94% | 0.51% | - |
| HSV(B) | 245.13º | 0.94% | 0.97% | - |
| XYZ | 17.76 | 7.43 | 89.31 | - |
| YUV | 46.66 | 241.63 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 248 | 0.86 | 0.94 | 0 | 0.03 | 245.13 | 0.94 | 0.51 |
| Hex | 22 | E | F8 | 56 | 5E | 0 | 3 | F5 | 5E | 33 |
| Octal | 42 | 16 | 370 | 126 | 136 | 0 | 3 | 365 | 136 | 63 |
| Binary | 100010 | 1110 | 11111000 | 1010110 | 1011110 | 0 | 11 | 11110101 | 1011110 | 110011 |
Color Harmonies of #220EF8
Complementary color
Monochromatic Colors of #220EF8
Black with #220EF8
Text Example
Text Example
White with #220EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EF8; }
p { color: rgb(34,14,248); }
H1.HeaderClassName
{
color: #220EF8;
}
.AnyTagClassName
{
color: #220EF8;
}
</style>
background-color css
<style>
a { background-color: #220EF8; }
a { background-color: rgb(34,14,248); }
div.DivClassName
{
background-color: #220EF8;
}
.BgClassName
{
background-color: #220EF8;
}
</style>
border-color css
<style>
span { border-color: #220EF8; }
span { border-color: rgb(34,14,248); }
td.TdClassName
{
border-color: #220EF8;
}
.TagClassName
{
border-color: #220EF8;
}
</style>