Shades of Blue #022FEB
Tints of Blue #022FEB
RGB
CMYK
RGB Variations
Color information
#022FEB (or 0x022FEB) is known color: Blue. HEX triplet: 02, 2F and EB. RGB value is (2,47,235). Sum of RGB (Red+Green+Blue) = 2+47+235=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #022FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FEB is #FDD014. Grayscale: #363636. Windows color (decimal): -16633877 or 15412994. OLE color: 15412994.
HSL color Cylindrical-coordinate representation of color #022FEB: hue angle of 228.41º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FEB is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 47 | 235 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.08 |
| HSL | 228.41º | 0.98% | 0.46% | - |
| HSV(B) | 228.41º | 0.99% | 0.92% | - |
| XYZ | 16.04 | 8.04 | 79.3 | - |
| YUV | 54.98 | 229.59 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 235 | 0.99 | 0.8 | 0 | 0.08 | 228.41 | 0.98 | 0.46 |
| Hex | 2 | 2F | EB | 63 | 50 | 0 | 8 | E4 | 62 | 2E |
| Octal | 2 | 57 | 353 | 143 | 120 | 0 | 10 | 344 | 142 | 56 |
| Binary | 10 | 101111 | 11101011 | 1100011 | 1010000 | 0 | 1000 | 11100100 | 1100010 | 101110 |
Color Harmonies of #022FEB
Complementary color
Monochromatic Colors of #022FEB
Black with #022FEB
Text Example
Text Example
White with #022FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FEB; }
p { color: rgb(2,47,235); }
H1.HeaderClassName
{
color: #022FEB;
}
.AnyTagClassName
{
color: #022FEB;
}
</style>
background-color css
<style>
a { background-color: #022FEB; }
a { background-color: rgb(2,47,235); }
div.DivClassName
{
background-color: #022FEB;
}
.BgClassName
{
background-color: #022FEB;
}
</style>
border-color css
<style>
span { border-color: #022FEB; }
span { border-color: rgb(2,47,235); }
td.TdClassName
{
border-color: #022FEB;
}
.TagClassName
{
border-color: #022FEB;
}
</style>