Shades of Blue #022AFE
Tints of Blue #022AFE
RGB
CMYK
RGB Variations
Color information
#022AFE (or 0x022AFE) is known color: Blue. HEX triplet: 02, 2A and FE. RGB value is (2,42,254). Sum of RGB (Red+Green+Blue) = 2+42+254=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 42 (16.80% from 255 or 14.09% 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 #022AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AFE is #FDD501. Grayscale: #353535. Windows color (decimal): -16635138 or 16656898. OLE color: 16656898.
HSL color Cylindrical-coordinate representation of color #022AFE: hue angle of 230.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AFE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 42 | 254 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.00 |
| HSL | 230.48º | 0.99% | 0.5% | - |
| HSV(B) | 230.48º | 0.99% | 1% | - |
| XYZ | 18.74 | 8.82 | 94.48 | - |
| YUV | 54.21 | 240.75 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 254 | 0.99 | 0.83 | 0 | 0.00 | 230.48 | 0.99 | 0.5 |
| Hex | 2 | 2A | FE | 63 | 53 | 0 | 0 | E6 | 63 | 32 |
| Octal | 2 | 52 | 376 | 143 | 123 | 0 | 0 | 346 | 143 | 62 |
| Binary | 10 | 101010 | 11111110 | 1100011 | 1010011 | 0 | 0 | 11100110 | 1100011 | 110010 |
Color Harmonies of #022AFE
Complementary color
Monochromatic Colors of #022AFE
Black with #022AFE
Text Example
Text Example
White with #022AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AFE; }
p { color: rgb(2,42,254); }
H1.HeaderClassName
{
color: #022AFE;
}
.AnyTagClassName
{
color: #022AFE;
}
</style>
background-color css
<style>
a { background-color: #022AFE; }
a { background-color: rgb(2,42,254); }
div.DivClassName
{
background-color: #022AFE;
}
.BgClassName
{
background-color: #022AFE;
}
</style>
border-color css
<style>
span { border-color: #022AFE; }
span { border-color: rgb(2,42,254); }
td.TdClassName
{
border-color: #022AFE;
}
.TagClassName
{
border-color: #022AFE;
}
</style>