Shades of Blue #022EFE
Tints of Blue #022EFE
RGB
CMYK
RGB Variations
Color information
#022EFE (or 0x022EFE) is known color: Blue. HEX triplet: 02, 2E and FE. RGB value is (2,46,254). Sum of RGB (Red+Green+Blue) = 2+46+254=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #022EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022EFE is #FDD101. Grayscale: #373737. Windows color (decimal): -16634114 or 16657922. OLE color: 16657922.
HSL color Cylindrical-coordinate representation of color #022EFE: hue angle of 229.52º 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 #022EFE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 46 | 254 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.00 |
| HSL | 229.52º | 0.99% | 0.5% | - |
| HSV(B) | 229.52º | 0.99% | 1% | - |
| XYZ | 18.89 | 9.12 | 94.53 | - |
| YUV | 56.56 | 239.42 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 254 | 0.99 | 0.82 | 0 | 0.00 | 229.52 | 0.99 | 0.5 |
| Hex | 2 | 2E | FE | 63 | 52 | 0 | 0 | E6 | 63 | 32 |
| Octal | 2 | 56 | 376 | 143 | 122 | 0 | 0 | 346 | 143 | 62 |
| Binary | 10 | 101110 | 11111110 | 1100011 | 1010010 | 0 | 0 | 11100110 | 1100011 | 110010 |
Color Harmonies of #022EFE
Complementary color
Monochromatic Colors of #022EFE
Black with #022EFE
Text Example
Text Example
White with #022EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EFE; }
p { color: rgb(2,46,254); }
H1.HeaderClassName
{
color: #022EFE;
}
.AnyTagClassName
{
color: #022EFE;
}
</style>
background-color css
<style>
a { background-color: #022EFE; }
a { background-color: rgb(2,46,254); }
div.DivClassName
{
background-color: #022EFE;
}
.BgClassName
{
background-color: #022EFE;
}
</style>
border-color css
<style>
span { border-color: #022EFE; }
span { border-color: rgb(2,46,254); }
td.TdClassName
{
border-color: #022EFE;
}
.TagClassName
{
border-color: #022EFE;
}
</style>