Shades of Medium Blue #020EBB
Tints of Medium Blue #020EBB
RGB
CMYK
RGB Variations
Color information
#020EBB (or 0x020EBB) is known color: Medium Blue. HEX triplet: 02, 0E and BB. RGB value is (2,14,187). Sum of RGB (Red+Green+Blue) = 2+14+187=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #020EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EBB is #FDF144. Grayscale: #1D1D1D. Windows color (decimal): -16642373 or 12258818. OLE color: 12258818.
HSL color Cylindrical-coordinate representation of color #020EBB: hue angle of 236.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EBB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 14 | 187 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.27 |
| HSL | 236.11º | 0.98% | 0.37% | - |
| HSV(B) | 236.11º | 0.99% | 0.73% | - |
| XYZ | 9.15 | 3.91 | 47.29 | - |
| YUV | 30.13 | 216.52 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 187 | 0.99 | 0.93 | 0 | 0.27 | 236.11 | 0.98 | 0.37 |
| Hex | 2 | E | BB | 63 | 5D | 0 | 1B | EC | 62 | 25 |
| Octal | 2 | 16 | 273 | 143 | 135 | 0 | 33 | 354 | 142 | 45 |
| Binary | 10 | 1110 | 10111011 | 1100011 | 1011101 | 0 | 11011 | 11101100 | 1100010 | 100101 |
Color Harmonies of #020EBB
Complementary color
Monochromatic Colors of #020EBB
Black with #020EBB
Text Example
Text Example
White with #020EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020EBB; }
p { color: rgb(2,14,187); }
H1.HeaderClassName
{
color: #020EBB;
}
.AnyTagClassName
{
color: #020EBB;
}
</style>
background-color css
<style>
a { background-color: #020EBB; }
a { background-color: rgb(2,14,187); }
div.DivClassName
{
background-color: #020EBB;
}
.BgClassName
{
background-color: #020EBB;
}
</style>
border-color css
<style>
span { border-color: #020EBB; }
span { border-color: rgb(2,14,187); }
td.TdClassName
{
border-color: #020EBB;
}
.TagClassName
{
border-color: #020EBB;
}
</style>