Shades of Medium Blue #030ED3
Tints of Medium Blue #030ED3
RGB
CMYK
RGB Variations
Color information
#030ED3 (or 0x030ED3) is known color: Medium Blue. HEX triplet: 03, 0E and D3. RGB value is (3,14,211). Sum of RGB (Red+Green+Blue) = 3+14+211=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 211 (82.81% from 255 or 92.54% from 228); Max value from RGB is 211 - color contains mainly: blue. Hex color #030ED3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ED3 is #FCF12C. Grayscale: #202020. Windows color (decimal): -16576813 or 13831683. OLE color: 13831683.
HSL color Cylindrical-coordinate representation of color #030ED3: hue angle of 236.83º 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 #030ED3 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 14 | 211 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.17 |
| HSL | 236.83º | 0.97% | 0.42% | - |
| HSV(B) | 236.83º | 0.99% | 0.83% | - |
| XYZ | 11.95 | 5.04 | 61.97 | - |
| YUV | 33.17 | 228.36 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 211 | 0.99 | 0.93 | 0 | 0.17 | 236.83 | 0.97 | 0.42 |
| Hex | 3 | E | D3 | 63 | 5D | 0 | 11 | ED | 61 | 2A |
| Octal | 3 | 16 | 323 | 143 | 135 | 0 | 21 | 355 | 141 | 52 |
| Binary | 11 | 1110 | 11010011 | 1100011 | 1011101 | 0 | 10001 | 11101101 | 1100001 | 101010 |
Color Harmonies of #030ED3
Complementary color
Monochromatic Colors of #030ED3
Black with #030ED3
Text Example
Text Example
White with #030ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030ED3; }
p { color: rgb(3,14,211); }
H1.HeaderClassName
{
color: #030ED3;
}
.AnyTagClassName
{
color: #030ED3;
}
</style>
background-color css
<style>
a { background-color: #030ED3; }
a { background-color: rgb(3,14,211); }
div.DivClassName
{
background-color: #030ED3;
}
.BgClassName
{
background-color: #030ED3;
}
</style>
border-color css
<style>
span { border-color: #030ED3; }
span { border-color: rgb(3,14,211); }
td.TdClassName
{
border-color: #030ED3;
}
.TagClassName
{
border-color: #030ED3;
}
</style>