Shades of Medium Blue #020EB8
Tints of Medium Blue #020EB8
RGB
CMYK
RGB Variations
Color information
#020EB8 (or 0x020EB8) is known color: Medium Blue. HEX triplet: 02, 0E and B8. RGB value is (2,14,184). Sum of RGB (Red+Green+Blue) = 2+14+184=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 184 (72.27% from 255 or 92% from 200); Max value from RGB is 184 - color contains mainly: blue. Hex color #020EB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EB8 is #FDF147. Grayscale: #1D1D1D. Windows color (decimal): -16642376 or 12062210. OLE color: 12062210.
HSL color Cylindrical-coordinate representation of color #020EB8: hue angle of 236.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EB8 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 14 | 184 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.28 |
| HSL | 236.04º | 0.98% | 0.36% | - |
| HSV(B) | 236.04º | 0.99% | 0.72% | - |
| XYZ | 8.83 | 3.79 | 45.61 | - |
| YUV | 29.79 | 215.02 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 184 | 0.99 | 0.92 | 0 | 0.28 | 236.04 | 0.98 | 0.36 |
| Hex | 2 | E | B8 | 63 | 5C | 0 | 1C | EC | 62 | 24 |
| Octal | 2 | 16 | 270 | 143 | 134 | 0 | 34 | 354 | 142 | 44 |
| Binary | 10 | 1110 | 10111000 | 1100011 | 1011100 | 0 | 11100 | 11101100 | 1100010 | 100100 |
Color Harmonies of #020EB8
Complementary color
Monochromatic Colors of #020EB8
Black with #020EB8
Text Example
Text Example
White with #020EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EB8; }
p { color: rgb(2,14,184); }
H1.HeaderClassName
{
color: #020EB8;
}
.AnyTagClassName
{
color: #020EB8;
}
</style>
background-color css
<style>
a { background-color: #020EB8; }
a { background-color: rgb(2,14,184); }
div.DivClassName
{
background-color: #020EB8;
}
.BgClassName
{
background-color: #020EB8;
}
</style>
border-color css
<style>
span { border-color: #020EB8; }
span { border-color: rgb(2,14,184); }
td.TdClassName
{
border-color: #020EB8;
}
.TagClassName
{
border-color: #020EB8;
}
</style>