Shades of Medium Blue #030ED4
Tints of Medium Blue #030ED4
RGB
CMYK
RGB Variations
Color information
#030ED4 (or 0x030ED4) is known color: Medium Blue. HEX triplet: 03, 0E and D4. RGB value is (3,14,212). Sum of RGB (Red+Green+Blue) = 3+14+212=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 212 (83.20% from 255 or 92.58% from 229); Max value from RGB is 212 - color contains mainly: blue. Hex color #030ED4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ED4 is #FCF12B. Grayscale: #202020. Windows color (decimal): -16576812 or 13897219. OLE color: 13897219.
HSL color Cylindrical-coordinate representation of color #030ED4: hue angle of 236.84º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030ED4 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 14 | 212 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.17 |
| HSL | 236.84º | 0.97% | 0.42% | - |
| HSV(B) | 236.84º | 0.99% | 0.83% | - |
| XYZ | 12.08 | 5.09 | 62.63 | - |
| YUV | 33.28 | 228.86 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 212 | 0.99 | 0.93 | 0 | 0.17 | 236.84 | 0.97 | 0.42 |
| Hex | 3 | E | D4 | 63 | 5D | 0 | 11 | ED | 61 | 2A |
| Octal | 3 | 16 | 324 | 143 | 135 | 0 | 21 | 355 | 141 | 52 |
| Binary | 11 | 1110 | 11010100 | 1100011 | 1011101 | 0 | 10001 | 11101101 | 1100001 | 101010 |
Color Harmonies of #030ED4
Complementary color
Monochromatic Colors of #030ED4
Black with #030ED4
Text Example
Text Example
White with #030ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030ED4; }
p { color: rgb(3,14,212); }
H1.HeaderClassName
{
color: #030ED4;
}
.AnyTagClassName
{
color: #030ED4;
}
</style>
background-color css
<style>
a { background-color: #030ED4; }
a { background-color: rgb(3,14,212); }
div.DivClassName
{
background-color: #030ED4;
}
.BgClassName
{
background-color: #030ED4;
}
</style>
border-color css
<style>
span { border-color: #030ED4; }
span { border-color: rgb(3,14,212); }
td.TdClassName
{
border-color: #030ED4;
}
.TagClassName
{
border-color: #030ED4;
}
</style>