Shades of Medium Blue #0214C0
Tints of Medium Blue #0214C0
RGB
CMYK
RGB Variations
Color information
#0214C0 (or 0x0214C0) is known color: Medium Blue. HEX triplet: 02, 14 and C0. RGB value is (2,20,192). Sum of RGB (Red+Green+Blue) = 2+20+192=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 192 (75.39% from 255 or 89.72% from 214); Max value from RGB is 192 - color contains mainly: blue. Hex color #0214C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0214C0 is #FDEB3F. Grayscale: #212121. Windows color (decimal): -16640832 or 12588034. OLE color: 12588034.
HSL color Cylindrical-coordinate representation of color #0214C0: hue angle of 234.32º 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 #0214C0 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 20 | 192 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.25 |
| HSL | 234.32º | 0.98% | 0.38% | - |
| HSV(B) | 234.32º | 0.99% | 0.75% | - |
| XYZ | 9.79 | 4.32 | 50.19 | - |
| YUV | 34.23 | 217.04 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 192 | 0.99 | 0.90 | 0 | 0.25 | 234.32 | 0.98 | 0.38 |
| Hex | 2 | 14 | C0 | 63 | 5A | 0 | 19 | EA | 62 | 26 |
| Octal | 2 | 24 | 300 | 143 | 132 | 0 | 31 | 352 | 142 | 46 |
| Binary | 10 | 10100 | 11000000 | 1100011 | 1011010 | 0 | 11001 | 11101010 | 1100010 | 100110 |
Color Harmonies of #0214C0
Complementary color
Monochromatic Colors of #0214C0
Black with #0214C0
Text Example
Text Example
White with #0214C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0214C0; }
p { color: rgb(2,20,192); }
H1.HeaderClassName
{
color: #0214C0;
}
.AnyTagClassName
{
color: #0214C0;
}
</style>
background-color css
<style>
a { background-color: #0214C0; }
a { background-color: rgb(2,20,192); }
div.DivClassName
{
background-color: #0214C0;
}
.BgClassName
{
background-color: #0214C0;
}
</style>
border-color css
<style>
span { border-color: #0214C0; }
span { border-color: rgb(2,20,192); }
td.TdClassName
{
border-color: #0214C0;
}
.TagClassName
{
border-color: #0214C0;
}
</style>