#041EE0

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

Shades of Medium Blue #041EE0

Tints of Medium Blue #041EE0

Color information

#041EE0 (or 0x041EE0) is unknown color: approx Medium Blue. HEX triplet: 04, 1E and E0. RGB value is (4,30,224). Sum of RGB (Red+Green+Blue) = 4+30+224=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 224 (87.89% from 255 or 86.82% from 258); Max value from RGB is 224 - color contains mainly: blue. Hex color #041EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EE0 is #FBE11F. Grayscale: #2B2B2B. Windows color (decimal): -16507168 or 14687748. OLE color: 14687748.

HSL color Cylindrical-coordinate representation of color #041EE0: hue angle of 232.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EE0 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB430224-
CMYK0.980.8700.12
HSL232.91º96.49%44.71%-
HSV(B)232.91º98.21%87.84%-
XYZ13.976.3471.01-
YUV44.34229.3999.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 224 (87.89% from 255) = 86.82%
R=1.55%
G=11.63%
B=86.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4302240.980.8700.12232.9196.4944.71
Hex41EE062570Ce9602d
Octal43634014212701435114055
Binary10011110111000001100010101011101100111010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041EE0; }

 p { color: rgb(4,30,224); }

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

<style>
 a { background-color: #041EE0; }

 a { background-color: rgb(4,30,224); }

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

<style>
 span { border-color: #041EE0; }

 span { border-color: rgb(4,30,224); }

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