Shades of Medium Blue #021FE2
Tints of Medium Blue #021FE2
RGB
CMYK
RGB Variations
Color information
#021FE2 (or 0x021FE2) is known color: Medium Blue. HEX triplet: 02, 1F and E2. RGB value is (2,31,226). Sum of RGB (Red+Green+Blue) = 2+31+226=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 226 (88.67% from 255 or 87.26% from 259); Max value from RGB is 226 - color contains mainly: blue. Hex color #021FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FE2 is #FDE01D. Grayscale: #2B2B2B. Windows color (decimal): -16637982 or 14819074. OLE color: 14819074.
HSL color Cylindrical-coordinate representation of color #021FE2: hue angle of 232.23º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FE2 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 31 | 226 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.11 |
| HSL | 232.23º | 0.98% | 0.45% | - |
| HSV(B) | 232.23º | 0.99% | 0.89% | - |
| XYZ | 14.24 | 6.48 | 72.45 | - |
| YUV | 44.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 226 | 0.99 | 0.86 | 0 | 0.11 | 232.23 | 0.98 | 0.45 |
| Hex | 2 | 1F | E2 | 63 | 56 | 0 | B | E8 | 62 | 2D |
| Octal | 2 | 37 | 342 | 143 | 126 | 0 | 13 | 350 | 142 | 55 |
| Binary | 10 | 11111 | 11100010 | 1100011 | 1010110 | 0 | 1011 | 11101000 | 1100010 | 101101 |
Color Harmonies of #021FE2
Complementary color
Monochromatic Colors of #021FE2
Black with #021FE2
Text Example
Text Example
White with #021FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FE2; }
p { color: rgb(2,31,226); }
H1.HeaderClassName
{
color: #021FE2;
}
.AnyTagClassName
{
color: #021FE2;
}
</style>
background-color css
<style>
a { background-color: #021FE2; }
a { background-color: rgb(2,31,226); }
div.DivClassName
{
background-color: #021FE2;
}
.BgClassName
{
background-color: #021FE2;
}
</style>
border-color css
<style>
span { border-color: #021FE2; }
span { border-color: rgb(2,31,226); }
td.TdClassName
{
border-color: #021FE2;
}
.TagClassName
{
border-color: #021FE2;
}
</style>