Shades of Medium Blue #030EC8
Tints of Medium Blue #030EC8
RGB
CMYK
RGB Variations
Color information
#030EC8 (or 0x030EC8) is known color: Medium Blue. HEX triplet: 03, 0E and C8. RGB value is (3,14,200). Sum of RGB (Red+Green+Blue) = 3+14+200=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 200 (78.52% from 255 or 92.17% from 217); Max value from RGB is 200 - color contains mainly: blue. Hex color #030EC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EC8 is #FCF137. Grayscale: #1F1F1F. Windows color (decimal): -16576824 or 13110787. OLE color: 13110787.
HSL color Cylindrical-coordinate representation of color #030EC8: hue angle of 236.65º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EC8 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 14 | 200 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.22 |
| HSL | 236.65º | 0.97% | 0.4% | - |
| HSV(B) | 236.65º | 0.99% | 0.78% | - |
| XYZ | 10.62 | 4.5 | 54.95 | - |
| YUV | 31.92 | 222.86 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 200 | 0.98 | 0.93 | 0 | 0.22 | 236.65 | 0.97 | 0.4 |
| Hex | 3 | E | C8 | 62 | 5D | 0 | 16 | ED | 61 | 28 |
| Octal | 3 | 16 | 310 | 142 | 135 | 0 | 26 | 355 | 141 | 50 |
| Binary | 11 | 1110 | 11001000 | 1100010 | 1011101 | 0 | 10110 | 11101101 | 1100001 | 101000 |
Color Harmonies of #030EC8
Complementary color
Monochromatic Colors of #030EC8
Black with #030EC8
Text Example
Text Example
White with #030EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EC8; }
p { color: rgb(3,14,200); }
H1.HeaderClassName
{
color: #030EC8;
}
.AnyTagClassName
{
color: #030EC8;
}
</style>
background-color css
<style>
a { background-color: #030EC8; }
a { background-color: rgb(3,14,200); }
div.DivClassName
{
background-color: #030EC8;
}
.BgClassName
{
background-color: #030EC8;
}
</style>
border-color css
<style>
span { border-color: #030EC8; }
span { border-color: rgb(3,14,200); }
td.TdClassName
{
border-color: #030EC8;
}
.TagClassName
{
border-color: #030EC8;
}
</style>