Shades of Medium Blue #030EDF
Tints of Medium Blue #030EDF
RGB
CMYK
RGB Variations
Color information
#030EDF (or 0x030EDF) is known color: Medium Blue. HEX triplet: 03, 0E and DF. RGB value is (3,14,223). Sum of RGB (Red+Green+Blue) = 3+14+223=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #030EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EDF is #FCF120. Grayscale: #212121. Windows color (decimal): -16576801 or 14618115. OLE color: 14618115.
HSL color Cylindrical-coordinate representation of color #030EDF: hue angle of 237º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EDF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 14 | 223 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.13 |
| HSL | 237º | 0.97% | 0.44% | - |
| HSV(B) | 237º | 0.99% | 0.87% | - |
| XYZ | 13.51 | 5.66 | 70.19 | - |
| YUV | 34.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 223 | 0.99 | 0.94 | 0 | 0.13 | 237 | 0.97 | 0.44 |
| Hex | 3 | E | DF | 63 | 5E | 0 | D | ED | 61 | 2C |
| Octal | 3 | 16 | 337 | 143 | 136 | 0 | 15 | 355 | 141 | 54 |
| Binary | 11 | 1110 | 11011111 | 1100011 | 1011110 | 0 | 1101 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030EDF
Complementary color
Monochromatic Colors of #030EDF
Black with #030EDF
Text Example
Text Example
White with #030EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EDF; }
p { color: rgb(3,14,223); }
H1.HeaderClassName
{
color: #030EDF;
}
.AnyTagClassName
{
color: #030EDF;
}
</style>
background-color css
<style>
a { background-color: #030EDF; }
a { background-color: rgb(3,14,223); }
div.DivClassName
{
background-color: #030EDF;
}
.BgClassName
{
background-color: #030EDF;
}
</style>
border-color css
<style>
span { border-color: #030EDF; }
span { border-color: rgb(3,14,223); }
td.TdClassName
{
border-color: #030EDF;
}
.TagClassName
{
border-color: #030EDF;
}
</style>