Shades of Medium Blue #020BC6
Tints of Medium Blue #020BC6
RGB
CMYK
RGB Variations
Color information
#020BC6 (or 0x020BC6) is known color: Medium Blue. HEX triplet: 02, 0B and C6. RGB value is (2,11,198). Sum of RGB (Red+Green+Blue) = 2+11+198=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 198 (77.73% from 255 or 93.84% from 211); Max value from RGB is 198 - color contains mainly: blue. Hex color #020BC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BC6 is #FDF439. Grayscale: #1C1C1C. Windows color (decimal): -16643130 or 12978946. OLE color: 12978946.
HSL color Cylindrical-coordinate representation of color #020BC6: hue angle of 237.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BC6 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 11 | 198 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.22 |
| HSL | 237.24º | 0.98% | 0.39% | - |
| HSV(B) | 237.24º | 0.99% | 0.78% | - |
| XYZ | 10.34 | 4.33 | 53.72 | - |
| YUV | 29.63 | 223.02 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 198 | 0.99 | 0.94 | 0 | 0.22 | 237.24 | 0.98 | 0.39 |
| Hex | 2 | B | C6 | 63 | 5E | 0 | 16 | ED | 62 | 27 |
| Octal | 2 | 13 | 306 | 143 | 136 | 0 | 26 | 355 | 142 | 47 |
| Binary | 10 | 1011 | 11000110 | 1100011 | 1011110 | 0 | 10110 | 11101101 | 1100010 | 100111 |
Color Harmonies of #020BC6
Complementary color
Monochromatic Colors of #020BC6
Black with #020BC6
Text Example
Text Example
White with #020BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BC6; }
p { color: rgb(2,11,198); }
H1.HeaderClassName
{
color: #020BC6;
}
.AnyTagClassName
{
color: #020BC6;
}
</style>
background-color css
<style>
a { background-color: #020BC6; }
a { background-color: rgb(2,11,198); }
div.DivClassName
{
background-color: #020BC6;
}
.BgClassName
{
background-color: #020BC6;
}
</style>
border-color css
<style>
span { border-color: #020BC6; }
span { border-color: rgb(2,11,198); }
td.TdClassName
{
border-color: #020BC6;
}
.TagClassName
{
border-color: #020BC6;
}
</style>