Shades of Medium Blue #020FC1
Tints of Medium Blue #020FC1
RGB
CMYK
RGB Variations
Color information
#020FC1 (or 0x020FC1) is known color: Medium Blue. HEX triplet: 02, 0F and C1. RGB value is (2,15,193). Sum of RGB (Red+Green+Blue) = 2+15+193=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 193 (75.78% from 255 or 91.90% from 210); Max value from RGB is 193 - color contains mainly: blue. Hex color #020FC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FC1 is #FDF03E. Grayscale: #1E1E1E. Windows color (decimal): -16642111 or 12652290. OLE color: 12652290.
HSL color Cylindrical-coordinate representation of color #020FC1: hue angle of 235.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FC1 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 15 | 193 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.24 |
| HSL | 235.92º | 0.98% | 0.38% | - |
| HSV(B) | 235.92º | 0.99% | 0.76% | - |
| XYZ | 9.82 | 4.2 | 50.75 | - |
| YUV | 31.41 | 219.19 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 193 | 0.99 | 0.92 | 0 | 0.24 | 235.92 | 0.98 | 0.38 |
| Hex | 2 | F | C1 | 63 | 5C | 0 | 18 | EC | 62 | 26 |
| Octal | 2 | 17 | 301 | 143 | 134 | 0 | 30 | 354 | 142 | 46 |
| Binary | 10 | 1111 | 11000001 | 1100011 | 1011100 | 0 | 11000 | 11101100 | 1100010 | 100110 |
Color Harmonies of #020FC1
Complementary color
Monochromatic Colors of #020FC1
Black with #020FC1
Text Example
Text Example
White with #020FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FC1; }
p { color: rgb(2,15,193); }
H1.HeaderClassName
{
color: #020FC1;
}
.AnyTagClassName
{
color: #020FC1;
}
</style>
background-color css
<style>
a { background-color: #020FC1; }
a { background-color: rgb(2,15,193); }
div.DivClassName
{
background-color: #020FC1;
}
.BgClassName
{
background-color: #020FC1;
}
</style>
border-color css
<style>
span { border-color: #020FC1; }
span { border-color: rgb(2,15,193); }
td.TdClassName
{
border-color: #020FC1;
}
.TagClassName
{
border-color: #020FC1;
}
</style>