#040ECE

Color #040ECE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #040ECE

Tints of Medium Blue #040ECE

Color information

#040ECE (or 0x040ECE) is unknown color: approx Medium Blue. HEX triplet: 04, 0E and CE. RGB value is (4,14,206). Sum of RGB (Red+Green+Blue) = 4+14+206=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #040ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ECE is #FBF131. Grayscale: #202020. Windows color (decimal): -16511282 or 13504004. OLE color: 13504004.

HSL color Cylindrical-coordinate representation of color #040ECE: hue angle of 237.03º 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 #040ECE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB414206-
CMYK0.980.9300.19
HSL237.03º96.19%41.18%-
HSV(B)237.03º98.06%80.78%-
XYZ11.354.858.72-
YUV32.9225.69107.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 14 (5.86% from 255) = 6.25%
BLUE value IS 206 (80.86% from 255) = 91.96%
R=1.79%
G=6.25%
B=91.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4142060.980.9300.19237.0396.1941.18
Hex4ECE625D013ed6029
Octal41631614213502335514051
Binary10011101100111011000101011101010011111011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040ECE; }

 p { color: rgb(4,14,206); }

 H1.HeaderClassName
 {
   color: #040ECE;
 }
 .AnyTagClassName
 {
   color: #040ECE;
 }
</style>
background-color css

<style>
 a { background-color: #040ECE; }

 a { background-color: rgb(4,14,206); }

 div.DivClassName
 {
   background-color: #040ECE;
 }
 .BgClassName
 {
   background-color: #040ECE;
 }
</style>
border-color css

<style>
 span { border-color: #040ECE; }

 span { border-color: rgb(4,14,206); }

 td.TdClassName
 {
   border-color: #040ECE;
 }
 .TagClassName
 {
   border-color: #040ECE;
 }
</style>