Shades of Blue #021EF8
Tints of Blue #021EF8
RGB
CMYK
RGB Variations
Color information
#021EF8 (or 0x021EF8) is known color: Blue. HEX triplet: 02, 1E and F8. RGB value is (2,30,248). Sum of RGB (Red+Green+Blue) = 2+30+248=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 248 (97.27% from 255 or 88.57% from 280); Max value from RGB is 248 - color contains mainly: blue. Hex color #021EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021EF8 is #FDE107. Grayscale: #2D2D2D. Windows color (decimal): -16638216 or 16260610. OLE color: 16260610.
HSL color Cylindrical-coordinate representation of color #021EF8: hue angle of 233.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EF8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 30 | 248 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.03 |
| HSL | 233.17º | 0.98% | 0.49% | - |
| HSV(B) | 233.17º | 0.99% | 0.97% | - |
| XYZ | 17.43 | 7.72 | 89.38 | - |
| YUV | 46.48 | 241.72 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 248 | 0.99 | 0.88 | 0 | 0.03 | 233.17 | 0.98 | 0.49 |
| Hex | 2 | 1E | F8 | 63 | 58 | 0 | 3 | E9 | 62 | 31 |
| Octal | 2 | 36 | 370 | 143 | 130 | 0 | 3 | 351 | 142 | 61 |
| Binary | 10 | 11110 | 11111000 | 1100011 | 1011000 | 0 | 11 | 11101001 | 1100010 | 110001 |
Color Harmonies of #021EF8
Complementary color
Monochromatic Colors of #021EF8
Black with #021EF8
Text Example
Text Example
White with #021EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EF8; }
p { color: rgb(2,30,248); }
H1.HeaderClassName
{
color: #021EF8;
}
.AnyTagClassName
{
color: #021EF8;
}
</style>
background-color css
<style>
a { background-color: #021EF8; }
a { background-color: rgb(2,30,248); }
div.DivClassName
{
background-color: #021EF8;
}
.BgClassName
{
background-color: #021EF8;
}
</style>
border-color css
<style>
span { border-color: #021EF8; }
span { border-color: rgb(2,30,248); }
td.TdClassName
{
border-color: #021EF8;
}
.TagClassName
{
border-color: #021EF8;
}
</style>