Shades of Medium Blue #020FC5
Tints of Medium Blue #020FC5
RGB
CMYK
RGB Variations
Color information
#020FC5 (or 0x020FC5) is known color: Medium Blue. HEX triplet: 02, 0F and C5. RGB value is (2,15,197). Sum of RGB (Red+Green+Blue) = 2+15+197=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 197 (77.34% from 255 or 92.06% from 214); Max value from RGB is 197 - color contains mainly: blue. Hex color #020FC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FC5 is #FDF03A. Grayscale: #1F1F1F. Windows color (decimal): -16642107 or 12914434. OLE color: 12914434.
HSL color Cylindrical-coordinate representation of color #020FC5: hue angle of 236º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FC5 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 15 | 197 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.23 |
| HSL | 236º | 0.98% | 0.39% | - |
| HSV(B) | 236º | 0.99% | 0.77% | - |
| XYZ | 10.27 | 4.39 | 53.13 | - |
| YUV | 31.86 | 221.19 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 197 | 0.99 | 0.92 | 0 | 0.23 | 236 | 0.98 | 0.39 |
| Hex | 2 | F | C5 | 63 | 5C | 0 | 17 | EC | 62 | 27 |
| Octal | 2 | 17 | 305 | 143 | 134 | 0 | 27 | 354 | 142 | 47 |
| Binary | 10 | 1111 | 11000101 | 1100011 | 1011100 | 0 | 10111 | 11101100 | 1100010 | 100111 |
Color Harmonies of #020FC5
Complementary color
Monochromatic Colors of #020FC5
Black with #020FC5
Text Example
Text Example
White with #020FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FC5; }
p { color: rgb(2,15,197); }
H1.HeaderClassName
{
color: #020FC5;
}
.AnyTagClassName
{
color: #020FC5;
}
</style>
background-color css
<style>
a { background-color: #020FC5; }
a { background-color: rgb(2,15,197); }
div.DivClassName
{
background-color: #020FC5;
}
.BgClassName
{
background-color: #020FC5;
}
</style>
border-color css
<style>
span { border-color: #020FC5; }
span { border-color: rgb(2,15,197); }
td.TdClassName
{
border-color: #020FC5;
}
.TagClassName
{
border-color: #020FC5;
}
</style>