Shades of Blue #022EFD
Tints of Blue #022EFD
RGB
CMYK
RGB Variations
Color information
#022EFD (or 0x022EFD) is known color: Blue. HEX triplet: 02, 2E and FD. RGB value is (2,46,253). Sum of RGB (Red+Green+Blue) = 2+46+253=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #022EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022EFD is #FDD102. Grayscale: #373737. Windows color (decimal): -16634115 or 16592386. OLE color: 16592386.
HSL color Cylindrical-coordinate representation of color #022EFD: hue angle of 229.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EFD is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 46 | 253 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.01 |
| HSL | 229.48º | 0.98% | 0.5% | - |
| HSV(B) | 229.48º | 0.99% | 0.99% | - |
| XYZ | 18.73 | 9.06 | 93.69 | - |
| YUV | 56.44 | 238.92 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 253 | 0.99 | 0.82 | 0 | 0.01 | 229.48 | 0.98 | 0.5 |
| Hex | 2 | 2E | FD | 63 | 52 | 0 | 1 | E5 | 62 | 32 |
| Octal | 2 | 56 | 375 | 143 | 122 | 0 | 1 | 345 | 142 | 62 |
| Binary | 10 | 101110 | 11111101 | 1100011 | 1010010 | 0 | 1 | 11100101 | 1100010 | 110010 |
Color Harmonies of #022EFD
Complementary color
Monochromatic Colors of #022EFD
Black with #022EFD
Text Example
Text Example
White with #022EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EFD; }
p { color: rgb(2,46,253); }
H1.HeaderClassName
{
color: #022EFD;
}
.AnyTagClassName
{
color: #022EFD;
}
</style>
background-color css
<style>
a { background-color: #022EFD; }
a { background-color: rgb(2,46,253); }
div.DivClassName
{
background-color: #022EFD;
}
.BgClassName
{
background-color: #022EFD;
}
</style>
border-color css
<style>
span { border-color: #022EFD; }
span { border-color: rgb(2,46,253); }
td.TdClassName
{
border-color: #022EFD;
}
.TagClassName
{
border-color: #022EFD;
}
</style>