Shades of Medium Blue #030EE5
Tints of Medium Blue #030EE5
RGB
CMYK
RGB Variations
Color information
#030EE5 (or 0x030EE5) is known color: Medium Blue. HEX triplet: 03, 0E and E5. RGB value is (3,14,229). Sum of RGB (Red+Green+Blue) = 3+14+229=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 229 (89.84% from 255 or 93.09% from 246); Max value from RGB is 229 - color contains mainly: blue. Hex color #030EE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EE5 is #FCF11A. Grayscale: #222222. Windows color (decimal): -16576795 or 15011331. OLE color: 15011331.
HSL color Cylindrical-coordinate representation of color #030EE5: hue angle of 237.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EE5 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 14 | 229 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.10 |
| HSL | 237.08º | 0.97% | 0.45% | - |
| HSV(B) | 237.08º | 0.99% | 0.9% | - |
| XYZ | 14.34 | 5.99 | 74.53 | - |
| YUV | 35.22 | 237.36 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 229 | 0.99 | 0.94 | 0 | 0.10 | 237.08 | 0.97 | 0.45 |
| Hex | 3 | E | E5 | 63 | 5E | 0 | A | ED | 61 | 2D |
| Octal | 3 | 16 | 345 | 143 | 136 | 0 | 12 | 355 | 141 | 55 |
| Binary | 11 | 1110 | 11100101 | 1100011 | 1011110 | 0 | 1010 | 11101101 | 1100001 | 101101 |
Color Harmonies of #030EE5
Complementary color
Monochromatic Colors of #030EE5
Black with #030EE5
Text Example
Text Example
White with #030EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EE5; }
p { color: rgb(3,14,229); }
H1.HeaderClassName
{
color: #030EE5;
}
.AnyTagClassName
{
color: #030EE5;
}
</style>
background-color css
<style>
a { background-color: #030EE5; }
a { background-color: rgb(3,14,229); }
div.DivClassName
{
background-color: #030EE5;
}
.BgClassName
{
background-color: #030EE5;
}
</style>
border-color css
<style>
span { border-color: #030EE5; }
span { border-color: rgb(3,14,229); }
td.TdClassName
{
border-color: #030EE5;
}
.TagClassName
{
border-color: #030EE5;
}
</style>