Shades of Medium Blue #030EE0
Tints of Medium Blue #030EE0
RGB
CMYK
RGB Variations
Color information
#030EE0 (or 0x030EE0) is known color: Medium Blue. HEX triplet: 03, 0E and E0. RGB value is (3,14,224). Sum of RGB (Red+Green+Blue) = 3+14+224=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 224 (87.89% from 255 or 92.95% from 241); Max value from RGB is 224 - color contains mainly: blue. Hex color #030EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EE0 is #FCF11F. Grayscale: #212121. Windows color (decimal): -16576800 or 14683651. OLE color: 14683651.
HSL color Cylindrical-coordinate representation of color #030EE0: hue angle of 237.01º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EE0 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 14 | 224 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.12 |
| HSL | 237.01º | 0.97% | 0.45% | - |
| HSV(B) | 237.01º | 0.99% | 0.88% | - |
| XYZ | 13.65 | 5.72 | 70.9 | - |
| YUV | 34.65 | 234.86 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 224 | 0.99 | 0.94 | 0 | 0.12 | 237.01 | 0.97 | 0.45 |
| Hex | 3 | E | E0 | 63 | 5E | 0 | C | ED | 61 | 2D |
| Octal | 3 | 16 | 340 | 143 | 136 | 0 | 14 | 355 | 141 | 55 |
| Binary | 11 | 1110 | 11100000 | 1100011 | 1011110 | 0 | 1100 | 11101101 | 1100001 | 101101 |
Color Harmonies of #030EE0
Complementary color
Monochromatic Colors of #030EE0
Black with #030EE0
Text Example
Text Example
White with #030EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EE0; }
p { color: rgb(3,14,224); }
H1.HeaderClassName
{
color: #030EE0;
}
.AnyTagClassName
{
color: #030EE0;
}
</style>
background-color css
<style>
a { background-color: #030EE0; }
a { background-color: rgb(3,14,224); }
div.DivClassName
{
background-color: #030EE0;
}
.BgClassName
{
background-color: #030EE0;
}
</style>
border-color css
<style>
span { border-color: #030EE0; }
span { border-color: rgb(3,14,224); }
td.TdClassName
{
border-color: #030EE0;
}
.TagClassName
{
border-color: #030EE0;
}
</style>