Shades of Medium Blue #020BC7
Tints of Medium Blue #020BC7
RGB
CMYK
RGB Variations
Color information
#020BC7 (or 0x020BC7) is known color: Medium Blue. HEX triplet: 02, 0B and C7. RGB value is (2,11,199). Sum of RGB (Red+Green+Blue) = 2+11+199=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 199 (78.12% from 255 or 93.87% from 212); Max value from RGB is 199 - color contains mainly: blue. Hex color #020BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BC7 is #FDF438. Grayscale: #1C1C1C. Windows color (decimal): -16643129 or 13044482. OLE color: 13044482.
HSL color Cylindrical-coordinate representation of color #020BC7: hue angle of 237.26º 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 #020BC7 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 11 | 199 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.22 |
| HSL | 237.26º | 0.98% | 0.39% | - |
| HSV(B) | 237.26º | 0.99% | 0.78% | - |
| XYZ | 10.45 | 4.38 | 54.33 | - |
| YUV | 29.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 199 | 0.99 | 0.94 | 0 | 0.22 | 237.26 | 0.98 | 0.39 |
| Hex | 2 | B | C7 | 63 | 5E | 0 | 16 | ED | 62 | 27 |
| Octal | 2 | 13 | 307 | 143 | 136 | 0 | 26 | 355 | 142 | 47 |
| Binary | 10 | 1011 | 11000111 | 1100011 | 1011110 | 0 | 10110 | 11101101 | 1100010 | 100111 |
Color Harmonies of #020BC7
Complementary color
Monochromatic Colors of #020BC7
Black with #020BC7
Text Example
Text Example
White with #020BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BC7; }
p { color: rgb(2,11,199); }
H1.HeaderClassName
{
color: #020BC7;
}
.AnyTagClassName
{
color: #020BC7;
}
</style>
background-color css
<style>
a { background-color: #020BC7; }
a { background-color: rgb(2,11,199); }
div.DivClassName
{
background-color: #020BC7;
}
.BgClassName
{
background-color: #020BC7;
}
</style>
border-color css
<style>
span { border-color: #020BC7; }
span { border-color: rgb(2,11,199); }
td.TdClassName
{
border-color: #020BC7;
}
.TagClassName
{
border-color: #020BC7;
}
</style>