Shades of Blue #022BE7
Tints of Blue #022BE7
RGB
CMYK
RGB Variations
Color information
#022BE7 (or 0x022BE7) is known color: Blue. HEX triplet: 02, 2B and E7. RGB value is (2,43,231). Sum of RGB (Red+Green+Blue) = 2+43+231=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 231 (90.62% from 255 or 83.70% from 276); Max value from RGB is 231 - color contains mainly: blue. Hex color #022BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022BE7 is #FDD418. Grayscale: #333333. Windows color (decimal): -16634905 or 15149826. OLE color: 15149826.
HSL color Cylindrical-coordinate representation of color #022BE7: hue angle of 229.26º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BE7 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 43 | 231 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.09 |
| HSL | 229.26º | 0.98% | 0.46% | - |
| HSV(B) | 229.26º | 0.99% | 0.91% | - |
| XYZ | 15.31 | 7.51 | 76.24 | - |
| YUV | 52.17 | 228.92 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 231 | 0.99 | 0.81 | 0 | 0.09 | 229.26 | 0.98 | 0.46 |
| Hex | 2 | 2B | E7 | 63 | 51 | 0 | 9 | E5 | 62 | 2E |
| Octal | 2 | 53 | 347 | 143 | 121 | 0 | 11 | 345 | 142 | 56 |
| Binary | 10 | 101011 | 11100111 | 1100011 | 1010001 | 0 | 1001 | 11100101 | 1100010 | 101110 |
Color Harmonies of #022BE7
Complementary color
Monochromatic Colors of #022BE7
Black with #022BE7
Text Example
Text Example
White with #022BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BE7; }
p { color: rgb(2,43,231); }
H1.HeaderClassName
{
color: #022BE7;
}
.AnyTagClassName
{
color: #022BE7;
}
</style>
background-color css
<style>
a { background-color: #022BE7; }
a { background-color: rgb(2,43,231); }
div.DivClassName
{
background-color: #022BE7;
}
.BgClassName
{
background-color: #022BE7;
}
</style>
border-color css
<style>
span { border-color: #022BE7; }
span { border-color: rgb(2,43,231); }
td.TdClassName
{
border-color: #022BE7;
}
.TagClassName
{
border-color: #022BE7;
}
</style>