Shades of Medium Blue #030EC1
Tints of Medium Blue #030EC1
RGB
CMYK
RGB Variations
Color information
#030EC1 (or 0x030EC1) is known color: Medium Blue. HEX triplet: 03, 0E and C1. RGB value is (3,14,193). Sum of RGB (Red+Green+Blue) = 3+14+193=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 193 (75.78% from 255 or 91.90% from 210); Max value from RGB is 193 - color contains mainly: blue. Hex color #030EC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EC1 is #FCF13E. Grayscale: #1E1E1E. Windows color (decimal): -16576831 or 12652035. OLE color: 12652035.
HSL color Cylindrical-coordinate representation of color #030EC1: hue angle of 236.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EC1 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 14 | 193 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.24 |
| HSL | 236.53º | 0.97% | 0.38% | - |
| HSV(B) | 236.53º | 0.98% | 0.76% | - |
| XYZ | 9.82 | 4.18 | 50.74 | - |
| YUV | 31.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 193 | 0.98 | 0.93 | 0 | 0.24 | 236.53 | 0.97 | 0.38 |
| Hex | 3 | E | C1 | 62 | 5D | 0 | 18 | ED | 61 | 26 |
| Octal | 3 | 16 | 301 | 142 | 135 | 0 | 30 | 355 | 141 | 46 |
| Binary | 11 | 1110 | 11000001 | 1100010 | 1011101 | 0 | 11000 | 11101101 | 1100001 | 100110 |
Color Harmonies of #030EC1
Complementary color
Monochromatic Colors of #030EC1
Black with #030EC1
Text Example
Text Example
White with #030EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EC1; }
p { color: rgb(3,14,193); }
H1.HeaderClassName
{
color: #030EC1;
}
.AnyTagClassName
{
color: #030EC1;
}
</style>
background-color css
<style>
a { background-color: #030EC1; }
a { background-color: rgb(3,14,193); }
div.DivClassName
{
background-color: #030EC1;
}
.BgClassName
{
background-color: #030EC1;
}
</style>
border-color css
<style>
span { border-color: #030EC1; }
span { border-color: rgb(3,14,193); }
td.TdClassName
{
border-color: #030EC1;
}
.TagClassName
{
border-color: #030EC1;
}
</style>