Shades of Blue #220AFE
Tints of Blue #220AFE
RGB
CMYK
RGB Variations
Color information
#220AFE (or 0x220AFE) is known color: Blue. HEX triplet: 22, 0A and FE. RGB value is (34,10,254). Sum of RGB (Red+Green+Blue) = 34+10+254=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #220AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220AFE is #DDF501. Grayscale: #2C2C2C. Windows color (decimal): -14546178 or 16648738. OLE color: 16648738.
HSL color Cylindrical-coordinate representation of color #220AFE: hue angle of 245.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220AFE is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 10 | 254 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.00 |
| HSL | 245.9º | 0.99% | 0.52% | - |
| HSV(B) | 245.9º | 0.96% | 1% | - |
| XYZ | 18.66 | 7.71 | 94.27 | - |
| YUV | 44.99 | 245.95 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 254 | 0.87 | 0.96 | 0 | 0.00 | 245.9 | 0.99 | 0.52 |
| Hex | 22 | A | FE | 57 | 60 | 0 | 0 | F6 | 63 | 34 |
| Octal | 42 | 12 | 376 | 127 | 140 | 0 | 0 | 366 | 143 | 64 |
| Binary | 100010 | 1010 | 11111110 | 1010111 | 1100000 | 0 | 0 | 11110110 | 1100011 | 110100 |
Color Harmonies of #220AFE
Complementary color
Monochromatic Colors of #220AFE
Black with #220AFE
Text Example
Text Example
White with #220AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220AFE; }
p { color: rgb(34,10,254); }
H1.HeaderClassName
{
color: #220AFE;
}
.AnyTagClassName
{
color: #220AFE;
}
</style>
background-color css
<style>
a { background-color: #220AFE; }
a { background-color: rgb(34,10,254); }
div.DivClassName
{
background-color: #220AFE;
}
.BgClassName
{
background-color: #220AFE;
}
</style>
border-color css
<style>
span { border-color: #220AFE; }
span { border-color: rgb(34,10,254); }
td.TdClassName
{
border-color: #220AFE;
}
.TagClassName
{
border-color: #220AFE;
}
</style>