Shades of Medium Blue #030EDB
Tints of Medium Blue #030EDB
RGB
CMYK
RGB Variations
Color information
#030EDB (or 0x030EDB) is known color: Medium Blue. HEX triplet: 03, 0E and DB. RGB value is (3,14,219). Sum of RGB (Red+Green+Blue) = 3+14+219=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #030EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EDB is #FCF124. Grayscale: #212121. Windows color (decimal): -16576805 or 14355971. OLE color: 14355971.
HSL color Cylindrical-coordinate representation of color #030EDB: hue angle of 236.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EDB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 14 | 219 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.14 |
| HSL | 236.94º | 0.97% | 0.44% | - |
| HSV(B) | 236.94º | 0.99% | 0.86% | - |
| XYZ | 12.98 | 5.45 | 67.39 | - |
| YUV | 34.08 | 232.36 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 219 | 0.99 | 0.94 | 0 | 0.14 | 236.94 | 0.97 | 0.44 |
| Hex | 3 | E | DB | 63 | 5E | 0 | E | ED | 61 | 2C |
| Octal | 3 | 16 | 333 | 143 | 136 | 0 | 16 | 355 | 141 | 54 |
| Binary | 11 | 1110 | 11011011 | 1100011 | 1011110 | 0 | 1110 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030EDB
Complementary color
Monochromatic Colors of #030EDB
Black with #030EDB
Text Example
Text Example
White with #030EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EDB; }
p { color: rgb(3,14,219); }
H1.HeaderClassName
{
color: #030EDB;
}
.AnyTagClassName
{
color: #030EDB;
}
</style>
background-color css
<style>
a { background-color: #030EDB; }
a { background-color: rgb(3,14,219); }
div.DivClassName
{
background-color: #030EDB;
}
.BgClassName
{
background-color: #030EDB;
}
</style>
border-color css
<style>
span { border-color: #030EDB; }
span { border-color: rgb(3,14,219); }
td.TdClassName
{
border-color: #030EDB;
}
.TagClassName
{
border-color: #030EDB;
}
</style>