Shades of Blue #021BE8
Tints of Blue #021BE8
RGB
CMYK
RGB Variations
Color information
#021BE8 (or 0x021BE8) is known color: Blue. HEX triplet: 02, 1B and E8. RGB value is (2,27,232). Sum of RGB (Red+Green+Blue) = 2+27+232=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 232 (91.02% from 255 or 88.89% from 261); Max value from RGB is 232 - color contains mainly: blue. Hex color #021BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BE8 is #FDE417. Grayscale: #2A2A2A. Windows color (decimal): -16639000 or 15211266. OLE color: 15211266.
HSL color Cylindrical-coordinate representation of color #021BE8: hue angle of 233.48º 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 #021BE8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 27 | 232 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.09 |
| HSL | 233.48º | 0.98% | 0.46% | - |
| HSV(B) | 233.48º | 0.99% | 0.91% | - |
| XYZ | 14.98 | 6.62 | 76.83 | - |
| YUV | 42.9 | 234.72 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 232 | 0.99 | 0.88 | 0 | 0.09 | 233.48 | 0.98 | 0.46 |
| Hex | 2 | 1B | E8 | 63 | 58 | 0 | 9 | E9 | 62 | 2E |
| Octal | 2 | 33 | 350 | 143 | 130 | 0 | 11 | 351 | 142 | 56 |
| Binary | 10 | 11011 | 11101000 | 1100011 | 1011000 | 0 | 1001 | 11101001 | 1100010 | 101110 |
Color Harmonies of #021BE8
Complementary color
Monochromatic Colors of #021BE8
Black with #021BE8
Text Example
Text Example
White with #021BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BE8; }
p { color: rgb(2,27,232); }
H1.HeaderClassName
{
color: #021BE8;
}
.AnyTagClassName
{
color: #021BE8;
}
</style>
background-color css
<style>
a { background-color: #021BE8; }
a { background-color: rgb(2,27,232); }
div.DivClassName
{
background-color: #021BE8;
}
.BgClassName
{
background-color: #021BE8;
}
</style>
border-color css
<style>
span { border-color: #021BE8; }
span { border-color: rgb(2,27,232); }
td.TdClassName
{
border-color: #021BE8;
}
.TagClassName
{
border-color: #021BE8;
}
</style>