#0404E7

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

Shades of Blue #0404E7

Tints of Blue #0404E7

Color information

#0404E7 (or 0x0404E7) is unknown color: approx Blue. HEX triplet: 04, 04 and E7. RGB value is (4,4,231). Sum of RGB (Red+Green+Blue) = 4+4+231=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 231 (90.62% from 255 or 96.65% from 239); Max value from RGB is 231 - color contains mainly: blue. Hex color #0404E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0404E7 is #FBFB18. Grayscale: #1C1C1C. Windows color (decimal): -16513817 or 15139844. OLE color: 15139844.

HSL color Cylindrical-coordinate representation of color #0404E7: hue angle of 240º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0404E7 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB44231-
CMYK0.980.9800.09
HSL240º96.6%46.08%-
HSV(B)240º98.27%90.59%-
XYZ14.525.8875.97-
YUV29.88241.5109.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 231 (90.62% from 255) = 96.65%
R=1.67%
G=1.67%
B=96.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal442310.980.9800.0924096.646.08
Hex44E7626209f0612e
Octal4434714214201136014156
Binary100100111001111100010110001001001111100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0404E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0404E7; }

 p { color: rgb(4,4,231); }

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

<style>
 a { background-color: #0404E7; }

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

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

<style>
 span { border-color: #0404E7; }

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

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