Shades of Medium Blue #040EDF
Tints of Medium Blue #040EDF
RGB
CMYK
RGB Variations
Color information
#040EDF (or 0x040EDF) is known color: Medium Blue. HEX triplet: 04, 0E and DF. RGB value is (4,14,223). Sum of RGB (Red+Green+Blue) = 4+14+223=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #040EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EDF is #FBF120. Grayscale: #212121. Windows color (decimal): -16511265 or 14618116. OLE color: 14618116.
HSL color Cylindrical-coordinate representation of color #040EDF: hue angle of 237.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EDF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 14 | 223 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.26º | 0.96% | 0.45% | - |
| HSV(B) | 237.26º | 0.98% | 0.87% | - |
| XYZ | 13.53 | 5.67 | 70.19 | - |
| YUV | 34.84 | 234.19 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 223 | 0.98 | 0.94 | 0 | 0.13 | 237.26 | 0.96 | 0.45 |
| Hex | 4 | E | DF | 62 | 5E | 0 | D | ED | 60 | 2D |
| Octal | 4 | 16 | 337 | 142 | 136 | 0 | 15 | 355 | 140 | 55 |
| Binary | 100 | 1110 | 11011111 | 1100010 | 1011110 | 0 | 1101 | 11101101 | 1100000 | 101101 |
Color Harmonies of #040EDF
Complementary color
Monochromatic Colors of #040EDF
Black with #040EDF
Text Example
Text Example
White with #040EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EDF; }
p { color: rgb(4,14,223); }
H1.HeaderClassName
{
color: #040EDF;
}
.AnyTagClassName
{
color: #040EDF;
}
</style>
background-color css
<style>
a { background-color: #040EDF; }
a { background-color: rgb(4,14,223); }
div.DivClassName
{
background-color: #040EDF;
}
.BgClassName
{
background-color: #040EDF;
}
</style>
border-color css
<style>
span { border-color: #040EDF; }
span { border-color: rgb(4,14,223); }
td.TdClassName
{
border-color: #040EDF;
}
.TagClassName
{
border-color: #040EDF;
}
</style>