Shades of Blue #021EFE
Tints of Blue #021EFE
RGB
CMYK
RGB Variations
Color information
#021EFE (or 0x021EFE) is known color: Blue. HEX triplet: 02, 1E and FE. RGB value is (2,30,254). Sum of RGB (Red+Green+Blue) = 2+30+254=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 254 (99.61% from 255 or 88.81% from 286); Max value from RGB is 254 - color contains mainly: blue. Hex color #021EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021EFE is #FDE101. Grayscale: #2E2E2E. Windows color (decimal): -16638210 or 16653826. OLE color: 16653826.
HSL color Cylindrical-coordinate representation of color #021EFE: hue angle of 233.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EFE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 30 | 254 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.00 |
| HSL | 233.33º | 0.99% | 0.5% | - |
| HSV(B) | 233.33º | 0.99% | 1% | - |
| XYZ | 18.38 | 8.1 | 94.36 | - |
| YUV | 47.16 | 244.72 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 254 | 0.99 | 0.88 | 0 | 0.00 | 233.33 | 0.99 | 0.5 |
| Hex | 2 | 1E | FE | 63 | 58 | 0 | 0 | E9 | 63 | 32 |
| Octal | 2 | 36 | 376 | 143 | 130 | 0 | 0 | 351 | 143 | 62 |
| Binary | 10 | 11110 | 11111110 | 1100011 | 1011000 | 0 | 0 | 11101001 | 1100011 | 110010 |
Color Harmonies of #021EFE
Complementary color
Monochromatic Colors of #021EFE
Black with #021EFE
Text Example
Text Example
White with #021EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EFE; }
p { color: rgb(2,30,254); }
H1.HeaderClassName
{
color: #021EFE;
}
.AnyTagClassName
{
color: #021EFE;
}
</style>
background-color css
<style>
a { background-color: #021EFE; }
a { background-color: rgb(2,30,254); }
div.DivClassName
{
background-color: #021EFE;
}
.BgClassName
{
background-color: #021EFE;
}
</style>
border-color css
<style>
span { border-color: #021EFE; }
span { border-color: rgb(2,30,254); }
td.TdClassName
{
border-color: #021EFE;
}
.TagClassName
{
border-color: #021EFE;
}
</style>