Shades of Medium Blue #020FE1
Tints of Medium Blue #020FE1
RGB
CMYK
RGB Variations
Color information
#020FE1 (or 0x020FE1) is known color: Medium Blue. HEX triplet: 02, 0F and E1. RGB value is (2,15,225). Sum of RGB (Red+Green+Blue) = 2+15+225=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 225 (88.28% from 255 or 92.98% from 242); Max value from RGB is 225 - color contains mainly: blue. Hex color #020FE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FE1 is #FDF01E. Grayscale: #222222. Windows color (decimal): -16642079 or 14749442. OLE color: 14749442.
HSL color Cylindrical-coordinate representation of color #020FE1: hue angle of 236.5º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FE1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 15 | 225 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.12 |
| HSL | 236.5º | 0.98% | 0.45% | - |
| HSV(B) | 236.5º | 0.99% | 0.88% | - |
| XYZ | 13.79 | 5.79 | 71.63 | - |
| YUV | 35.05 | 235.19 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 225 | 0.99 | 0.93 | 0 | 0.12 | 236.5 | 0.98 | 0.45 |
| Hex | 2 | F | E1 | 63 | 5D | 0 | C | ED | 62 | 2D |
| Octal | 2 | 17 | 341 | 143 | 135 | 0 | 14 | 355 | 142 | 55 |
| Binary | 10 | 1111 | 11100001 | 1100011 | 1011101 | 0 | 1100 | 11101101 | 1100010 | 101101 |
Color Harmonies of #020FE1
Complementary color
Monochromatic Colors of #020FE1
Black with #020FE1
Text Example
Text Example
White with #020FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FE1; }
p { color: rgb(2,15,225); }
H1.HeaderClassName
{
color: #020FE1;
}
.AnyTagClassName
{
color: #020FE1;
}
</style>
background-color css
<style>
a { background-color: #020FE1; }
a { background-color: rgb(2,15,225); }
div.DivClassName
{
background-color: #020FE1;
}
.BgClassName
{
background-color: #020FE1;
}
</style>
border-color css
<style>
span { border-color: #020FE1; }
span { border-color: rgb(2,15,225); }
td.TdClassName
{
border-color: #020FE1;
}
.TagClassName
{
border-color: #020FE1;
}
</style>