Shades of Medium Blue #021BC0
Tints of Medium Blue #021BC0
RGB
CMYK
RGB Variations
Color information
#021BC0 (or 0x021BC0) is known color: Medium Blue. HEX triplet: 02, 1B and C0. RGB value is (2,27,192). Sum of RGB (Red+Green+Blue) = 2+27+192=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #021BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BC0 is #FDE43F. Grayscale: #252525. Windows color (decimal): -16639040 or 12589826. OLE color: 12589826.
HSL color Cylindrical-coordinate representation of color #021BC0: hue angle of 232.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BC0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 27 | 192 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.25 |
| HSL | 232.11º | 0.98% | 0.38% | - |
| HSV(B) | 232.11º | 0.99% | 0.75% | - |
| XYZ | 9.93 | 4.6 | 50.23 | - |
| YUV | 38.34 | 214.72 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 192 | 0.99 | 0.86 | 0 | 0.25 | 232.11 | 0.98 | 0.38 |
| Hex | 2 | 1B | C0 | 63 | 56 | 0 | 19 | E8 | 62 | 26 |
| Octal | 2 | 33 | 300 | 143 | 126 | 0 | 31 | 350 | 142 | 46 |
| Binary | 10 | 11011 | 11000000 | 1100011 | 1010110 | 0 | 11001 | 11101000 | 1100010 | 100110 |
Color Harmonies of #021BC0
Complementary color
Monochromatic Colors of #021BC0
Black with #021BC0
Text Example
Text Example
White with #021BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BC0; }
p { color: rgb(2,27,192); }
H1.HeaderClassName
{
color: #021BC0;
}
.AnyTagClassName
{
color: #021BC0;
}
</style>
background-color css
<style>
a { background-color: #021BC0; }
a { background-color: rgb(2,27,192); }
div.DivClassName
{
background-color: #021BC0;
}
.BgClassName
{
background-color: #021BC0;
}
</style>
border-color css
<style>
span { border-color: #021BC0; }
span { border-color: rgb(2,27,192); }
td.TdClassName
{
border-color: #021BC0;
}
.TagClassName
{
border-color: #021BC0;
}
</style>