Shades of Medium Blue #040ECF
Tints of Medium Blue #040ECF
RGB
CMYK
RGB Variations
Color information
#040ECF (or 0x040ECF) is known color: Medium Blue. HEX triplet: 04, 0E and CF. RGB value is (4,14,207). Sum of RGB (Red+Green+Blue) = 4+14+207=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #040ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ECF is #FBF130. Grayscale: #202020. Windows color (decimal): -16511281 or 13569540. OLE color: 13569540.
HSL color Cylindrical-coordinate representation of color #040ECF: hue angle of 237.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ECF is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 14 | 207 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.19 |
| HSL | 237.04º | 0.96% | 0.41% | - |
| HSV(B) | 237.04º | 0.98% | 0.81% | - |
| XYZ | 11.47 | 4.84 | 59.36 | - |
| YUV | 33.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 207 | 0.98 | 0.93 | 0 | 0.19 | 237.04 | 0.96 | 0.41 |
| Hex | 4 | E | CF | 62 | 5D | 0 | 13 | ED | 60 | 29 |
| Octal | 4 | 16 | 317 | 142 | 135 | 0 | 23 | 355 | 140 | 51 |
| Binary | 100 | 1110 | 11001111 | 1100010 | 1011101 | 0 | 10011 | 11101101 | 1100000 | 101001 |
Color Harmonies of #040ECF
Complementary color
Monochromatic Colors of #040ECF
Black with #040ECF
Text Example
Text Example
White with #040ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ECF; }
p { color: rgb(4,14,207); }
H1.HeaderClassName
{
color: #040ECF;
}
.AnyTagClassName
{
color: #040ECF;
}
</style>
background-color css
<style>
a { background-color: #040ECF; }
a { background-color: rgb(4,14,207); }
div.DivClassName
{
background-color: #040ECF;
}
.BgClassName
{
background-color: #040ECF;
}
</style>
border-color css
<style>
span { border-color: #040ECF; }
span { border-color: rgb(4,14,207); }
td.TdClassName
{
border-color: #040ECF;
}
.TagClassName
{
border-color: #040ECF;
}
</style>