#0504E7

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

Shades of Blue #0504E7

Tints of Blue #0504E7

Color information

#0504E7 (or 0x0504E7) is unknown color: approx Blue. HEX triplet: 05, 04 and E7. RGB value is (5,4,231). Sum of RGB (Red+Green+Blue) = 5+4+231=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 4 (1.95% from 255 or 1.67% 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 #0504E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0504E7 is #FAFB18. Grayscale: #1D1D1D. Windows color (decimal): -16448281 or 15139845. OLE color: 15139845.

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

Color convert

RGB54231-
CMYK0.980.9800.09
HSL240.26º96.6%46.08%-
HSV(B)240.26º98.27%90.59%-
XYZ14.535.8975.97-
YUV30.18241.33110.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 231 (90.62% from 255) = 96.25%
R=2.08%
G=1.67%
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
Decimal542310.980.9800.09240.2696.646.08
Hex54E7626209f0612e
Octal5434714214201136014156
Binary101100111001111100010110001001001111100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0504E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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