Shades of Blue #021FFE
Tints of Blue #021FFE
RGB
CMYK
RGB Variations
Color information
#021FFE (or 0x021FFE) is known color: Blue. HEX triplet: 02, 1F and FE. RGB value is (2,31,254). Sum of RGB (Red+Green+Blue) = 2+31+254=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #021FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021FFE is #FDE001. Grayscale: #2E2E2E. Windows color (decimal): -16637954 or 16654082. OLE color: 16654082.
HSL color Cylindrical-coordinate representation of color #021FFE: hue angle of 233.1º 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 #021FFE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 31 | 254 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.00 |
| HSL | 233.1º | 0.99% | 0.5% | - |
| HSV(B) | 233.1º | 0.99% | 1% | - |
| XYZ | 18.4 | 8.15 | 94.37 | - |
| YUV | 47.75 | 244.39 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 254 | 0.99 | 0.88 | 0 | 0.00 | 233.1 | 0.99 | 0.5 |
| Hex | 2 | 1F | FE | 63 | 58 | 0 | 0 | E9 | 63 | 32 |
| Octal | 2 | 37 | 376 | 143 | 130 | 0 | 0 | 351 | 143 | 62 |
| Binary | 10 | 11111 | 11111110 | 1100011 | 1011000 | 0 | 0 | 11101001 | 1100011 | 110010 |
Color Harmonies of #021FFE
Complementary color
Monochromatic Colors of #021FFE
Black with #021FFE
Text Example
Text Example
White with #021FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FFE; }
p { color: rgb(2,31,254); }
H1.HeaderClassName
{
color: #021FFE;
}
.AnyTagClassName
{
color: #021FFE;
}
</style>
background-color css
<style>
a { background-color: #021FFE; }
a { background-color: rgb(2,31,254); }
div.DivClassName
{
background-color: #021FFE;
}
.BgClassName
{
background-color: #021FFE;
}
</style>
border-color css
<style>
span { border-color: #021FFE; }
span { border-color: rgb(2,31,254); }
td.TdClassName
{
border-color: #021FFE;
}
.TagClassName
{
border-color: #021FFE;
}
</style>