Shades of Medium Blue #020BC1
Tints of Medium Blue #020BC1
RGB
CMYK
RGB Variations
Color information
#020BC1 (or 0x020BC1) is known color: Medium Blue. HEX triplet: 02, 0B and C1. RGB value is (2,11,193). Sum of RGB (Red+Green+Blue) = 2+11+193=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 193 (75.78% from 255 or 93.69% from 206); Max value from RGB is 193 - color contains mainly: blue. Hex color #020BC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BC1 is #FDF43E. Grayscale: #1C1C1C. Windows color (decimal): -16643135 or 12651266. OLE color: 12651266.
HSL color Cylindrical-coordinate representation of color #020BC1: hue angle of 237.17º 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 #020BC1 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 11 | 193 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.24 |
| HSL | 237.17º | 0.98% | 0.38% | - |
| HSV(B) | 237.17º | 0.99% | 0.76% | - |
| XYZ | 9.77 | 4.1 | 50.73 | - |
| YUV | 29.06 | 220.52 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 193 | 0.99 | 0.94 | 0 | 0.24 | 237.17 | 0.98 | 0.38 |
| Hex | 2 | B | C1 | 63 | 5E | 0 | 18 | ED | 62 | 26 |
| Octal | 2 | 13 | 301 | 143 | 136 | 0 | 30 | 355 | 142 | 46 |
| Binary | 10 | 1011 | 11000001 | 1100011 | 1011110 | 0 | 11000 | 11101101 | 1100010 | 100110 |
Color Harmonies of #020BC1
Complementary color
Monochromatic Colors of #020BC1
Black with #020BC1
Text Example
Text Example
White with #020BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BC1; }
p { color: rgb(2,11,193); }
H1.HeaderClassName
{
color: #020BC1;
}
.AnyTagClassName
{
color: #020BC1;
}
</style>
background-color css
<style>
a { background-color: #020BC1; }
a { background-color: rgb(2,11,193); }
div.DivClassName
{
background-color: #020BC1;
}
.BgClassName
{
background-color: #020BC1;
}
</style>
border-color css
<style>
span { border-color: #020BC1; }
span { border-color: rgb(2,11,193); }
td.TdClassName
{
border-color: #020BC1;
}
.TagClassName
{
border-color: #020BC1;
}
</style>