#0405E7

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

Shades of Blue #0405E7

Tints of Blue #0405E7

Color information

#0405E7 (or 0x0405E7) is unknown color: approx Blue. HEX triplet: 04, 05 and E7. RGB value is (4,5,231). Sum of RGB (Red+Green+Blue) = 4+5+231=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 231 (90.62% from 255 or 96.25% from 240); Max value from RGB is 231 - color contains mainly: blue. Hex color #0405E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0405E7 is #FBFA18. Grayscale: #1D1D1D. Windows color (decimal): -16513561 or 15140100. OLE color: 15140100.

HSL color Cylindrical-coordinate representation of color #0405E7: hue angle of 239.74º 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 #0405E7 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB45231-
CMYK0.980.9800.09
HSL239.74º96.6%46.08%-
HSV(B)239.74º98.27%90.59%-
XYZ14.535.975.98-
YUV30.46241.17109.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 231 (90.62% from 255) = 96.25%
R=1.67%
G=2.08%
B=96.25%

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
Decimal452310.980.9800.09239.7496.646.08
Hex45E7626209f0612e
Octal4534714214201136014156
Binary100101111001111100010110001001001111100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0405E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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