Shades of Blue #022BEB
Tints of Blue #022BEB
RGB
CMYK
RGB Variations
Color information
#022BEB (or 0x022BEB) is known color: Blue. HEX triplet: 02, 2B and EB. RGB value is (2,43,235). Sum of RGB (Red+Green+Blue) = 2+43+235=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #022BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022BEB is #FDD414. Grayscale: #333333. Windows color (decimal): -16634901 or 15411970. OLE color: 15411970.
HSL color Cylindrical-coordinate representation of color #022BEB: hue angle of 229.44º 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 #022BEB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 43 | 235 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.08 |
| HSL | 229.44º | 0.98% | 0.46% | - |
| HSV(B) | 229.44º | 0.99% | 0.92% | - |
| XYZ | 15.88 | 7.74 | 79.25 | - |
| YUV | 52.63 | 230.92 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 235 | 0.99 | 0.82 | 0 | 0.08 | 229.44 | 0.98 | 0.46 |
| Hex | 2 | 2B | EB | 63 | 52 | 0 | 8 | E5 | 62 | 2E |
| Octal | 2 | 53 | 353 | 143 | 122 | 0 | 10 | 345 | 142 | 56 |
| Binary | 10 | 101011 | 11101011 | 1100011 | 1010010 | 0 | 1000 | 11100101 | 1100010 | 101110 |
Color Harmonies of #022BEB
Complementary color
Monochromatic Colors of #022BEB
Black with #022BEB
Text Example
Text Example
White with #022BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BEB; }
p { color: rgb(2,43,235); }
H1.HeaderClassName
{
color: #022BEB;
}
.AnyTagClassName
{
color: #022BEB;
}
</style>
background-color css
<style>
a { background-color: #022BEB; }
a { background-color: rgb(2,43,235); }
div.DivClassName
{
background-color: #022BEB;
}
.BgClassName
{
background-color: #022BEB;
}
</style>
border-color css
<style>
span { border-color: #022BEB; }
span { border-color: rgb(2,43,235); }
td.TdClassName
{
border-color: #022BEB;
}
.TagClassName
{
border-color: #022BEB;
}
</style>