Shades of Blue #021FEE
Tints of Blue #021FEE
RGB
CMYK
RGB Variations
Color information
#021FEE (or 0x021FEE) is known color: Blue. HEX triplet: 02, 1F and EE. RGB value is (2,31,238). Sum of RGB (Red+Green+Blue) = 2+31+238=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #021FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021FEE is #FDE011. Grayscale: #2D2D2D. Windows color (decimal): -16637970 or 15605506. OLE color: 15605506.
HSL color Cylindrical-coordinate representation of color #021FEE: hue angle of 232.63º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FEE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 31 | 238 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 232.63º | 0.98% | 0.47% | - |
| HSV(B) | 232.63º | 0.99% | 0.93% | - |
| XYZ | 15.95 | 7.17 | 81.43 | - |
| YUV | 45.93 | 236.39 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 238 | 0.99 | 0.87 | 0 | 0.07 | 232.63 | 0.98 | 0.47 |
| Hex | 2 | 1F | EE | 63 | 57 | 0 | 7 | E9 | 62 | 2F |
| Octal | 2 | 37 | 356 | 143 | 127 | 0 | 7 | 351 | 142 | 57 |
| Binary | 10 | 11111 | 11101110 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #021FEE
Complementary color
Monochromatic Colors of #021FEE
Black with #021FEE
Text Example
Text Example
White with #021FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FEE; }
p { color: rgb(2,31,238); }
H1.HeaderClassName
{
color: #021FEE;
}
.AnyTagClassName
{
color: #021FEE;
}
</style>
background-color css
<style>
a { background-color: #021FEE; }
a { background-color: rgb(2,31,238); }
div.DivClassName
{
background-color: #021FEE;
}
.BgClassName
{
background-color: #021FEE;
}
</style>
border-color css
<style>
span { border-color: #021FEE; }
span { border-color: rgb(2,31,238); }
td.TdClassName
{
border-color: #021FEE;
}
.TagClassName
{
border-color: #021FEE;
}
</style>