Shades of Medium Blue #030EC6
Tints of Medium Blue #030EC6
RGB
CMYK
RGB Variations
Color information
#030EC6 (or 0x030EC6) is known color: Medium Blue. HEX triplet: 03, 0E and C6. RGB value is (3,14,198). Sum of RGB (Red+Green+Blue) = 3+14+198=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 198 (77.73% from 255 or 92.09% from 215); Max value from RGB is 198 - color contains mainly: blue. Hex color #030EC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EC6 is #FCF139. Grayscale: #1E1E1E. Windows color (decimal): -16576826 or 12979715. OLE color: 12979715.
HSL color Cylindrical-coordinate representation of color #030EC6: hue angle of 236.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EC6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 14 | 198 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.22 |
| HSL | 236.62º | 0.97% | 0.39% | - |
| HSV(B) | 236.62º | 0.98% | 0.78% | - |
| XYZ | 10.39 | 4.41 | 53.73 | - |
| YUV | 31.69 | 221.86 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 198 | 0.98 | 0.93 | 0 | 0.22 | 236.62 | 0.97 | 0.39 |
| Hex | 3 | E | C6 | 62 | 5D | 0 | 16 | ED | 61 | 27 |
| Octal | 3 | 16 | 306 | 142 | 135 | 0 | 26 | 355 | 141 | 47 |
| Binary | 11 | 1110 | 11000110 | 1100010 | 1011101 | 0 | 10110 | 11101101 | 1100001 | 100111 |
Color Harmonies of #030EC6
Complementary color
Monochromatic Colors of #030EC6
Black with #030EC6
Text Example
Text Example
White with #030EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EC6; }
p { color: rgb(3,14,198); }
H1.HeaderClassName
{
color: #030EC6;
}
.AnyTagClassName
{
color: #030EC6;
}
</style>
background-color css
<style>
a { background-color: #030EC6; }
a { background-color: rgb(3,14,198); }
div.DivClassName
{
background-color: #030EC6;
}
.BgClassName
{
background-color: #030EC6;
}
</style>
border-color css
<style>
span { border-color: #030EC6; }
span { border-color: rgb(3,14,198); }
td.TdClassName
{
border-color: #030EC6;
}
.TagClassName
{
border-color: #030EC6;
}
</style>