#4080EA

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

Shades of Royal Blue #4080EA

Tints of Royal Blue #4080EA

Color information

#4080EA (or 0x4080EA) is unknown color: approx Royal Blue. HEX triplet: 40, 80 and EA. RGB value is (64,128,234). Sum of RGB (Red+Green+Blue) = 64+128+234=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #4080EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080EA is #BF7F15. Grayscale: #787878. Windows color (decimal): -12549910 or 15368256. OLE color: 15368256.

HSL color Cylindrical-coordinate representation of color #4080EA: hue angle of 217.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4080EA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64128234-
CMYK0.730.4500.08
HSL217.41º80.19%58.43%-
HSV(B)217.41º72.65%91.76%-
XYZ24.6822.4780.88-
YUV120.95191.887.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=15.02%
G=30.05%
B=54.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641282340.730.4500.08217.4180.1958.43
Hex4080EA492D08d9503a
Octal1002003521115501033112072
Binary10000001000000011101010100100110110101000110110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4080EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4080EA; }

 p { color: rgb(64,128,234); }

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

<style>
 a { background-color: #4080EA; }

 a { background-color: rgb(64,128,234); }

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

<style>
 span { border-color: #4080EA; }

 span { border-color: rgb(64,128,234); }

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