Shades of Blue #020FFE
Tints of Blue #020FFE
RGB
CMYK
RGB Variations
Color information
#020FFE (or 0x020FFE) is known color: Blue. HEX triplet: 02, 0F and FE. RGB value is (2,15,254). Sum of RGB (Red+Green+Blue) = 2+15+254=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #020FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FFE is #FDF001. Grayscale: #252525. Windows color (decimal): -16642050 or 16649986. OLE color: 16649986.
HSL color Cylindrical-coordinate representation of color #020FFE: hue angle of 236.9º 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 #020FFE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 15 | 254 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.00 |
| HSL | 236.9º | 0.99% | 0.5% | - |
| HSV(B) | 236.9º | 0.99% | 1% | - |
| XYZ | 18.09 | 7.51 | 94.26 | - |
| YUV | 38.36 | 249.69 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 254 | 0.99 | 0.94 | 0 | 0.00 | 236.9 | 0.99 | 0.5 |
| Hex | 2 | F | FE | 63 | 5E | 0 | 0 | ED | 63 | 32 |
| Octal | 2 | 17 | 376 | 143 | 136 | 0 | 0 | 355 | 143 | 62 |
| Binary | 10 | 1111 | 11111110 | 1100011 | 1011110 | 0 | 0 | 11101101 | 1100011 | 110010 |
Color Harmonies of #020FFE
Complementary color
Monochromatic Colors of #020FFE
Black with #020FFE
Text Example
Text Example
White with #020FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FFE; }
p { color: rgb(2,15,254); }
H1.HeaderClassName
{
color: #020FFE;
}
.AnyTagClassName
{
color: #020FFE;
}
</style>
background-color css
<style>
a { background-color: #020FFE; }
a { background-color: rgb(2,15,254); }
div.DivClassName
{
background-color: #020FFE;
}
.BgClassName
{
background-color: #020FFE;
}
</style>
border-color css
<style>
span { border-color: #020FFE; }
span { border-color: rgb(2,15,254); }
td.TdClassName
{
border-color: #020FFE;
}
.TagClassName
{
border-color: #020FFE;
}
</style>