Shades of Medium Blue #030EC0
Tints of Medium Blue #030EC0
RGB
CMYK
RGB Variations
Color information
#030EC0 (or 0x030EC0) is known color: Medium Blue. HEX triplet: 03, 0E and C0. RGB value is (3,14,192). Sum of RGB (Red+Green+Blue) = 3+14+192=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 192 (75.39% from 255 or 91.87% from 209); Max value from RGB is 192 - color contains mainly: blue. Hex color #030EC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EC0 is #FCF13F. Grayscale: #1E1E1E. Windows color (decimal): -16576832 or 12586499. OLE color: 12586499.
HSL color Cylindrical-coordinate representation of color #030EC0: hue angle of 236.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EC0 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 14 | 192 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.25 |
| HSL | 236.51º | 0.97% | 0.38% | - |
| HSV(B) | 236.51º | 0.98% | 0.75% | - |
| XYZ | 9.71 | 4.14 | 50.16 | - |
| YUV | 31 | 218.86 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 192 | 0.98 | 0.93 | 0 | 0.25 | 236.51 | 0.97 | 0.38 |
| Hex | 3 | E | C0 | 62 | 5D | 0 | 19 | ED | 61 | 26 |
| Octal | 3 | 16 | 300 | 142 | 135 | 0 | 31 | 355 | 141 | 46 |
| Binary | 11 | 1110 | 11000000 | 1100010 | 1011101 | 0 | 11001 | 11101101 | 1100001 | 100110 |
Color Harmonies of #030EC0
Complementary color
Monochromatic Colors of #030EC0
Black with #030EC0
Text Example
Text Example
White with #030EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EC0; }
p { color: rgb(3,14,192); }
H1.HeaderClassName
{
color: #030EC0;
}
.AnyTagClassName
{
color: #030EC0;
}
</style>
background-color css
<style>
a { background-color: #030EC0; }
a { background-color: rgb(3,14,192); }
div.DivClassName
{
background-color: #030EC0;
}
.BgClassName
{
background-color: #030EC0;
}
</style>
border-color css
<style>
span { border-color: #030EC0; }
span { border-color: rgb(3,14,192); }
td.TdClassName
{
border-color: #030EC0;
}
.TagClassName
{
border-color: #030EC0;
}
</style>