#4086EA

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

Shades of Royal Blue #4086EA

Tints of Royal Blue #4086EA

Color information

#4086EA (or 0x4086EA) is unknown color: approx Royal Blue. HEX triplet: 40, 86 and EA. RGB value is (64,134,234). Sum of RGB (Red+Green+Blue) = 64+134+234=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #4086EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4086EA is #BF7915. Grayscale: #7C7C7C. Windows color (decimal): -12548374 or 15369792. OLE color: 15369792.

HSL color Cylindrical-coordinate representation of color #4086EA: hue angle of 215.29º 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 #4086EA is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64134234-
CMYK0.730.4300.08
HSL215.29º80.19%58.43%-
HSV(B)215.29º72.65%91.76%-
XYZ25.4924.0881.15-
YUV124.47189.8184.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.81%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=14.81%
G=31.02%
B=54.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641342340.730.4300.08215.2980.1958.43
Hex4086EA492B08d7503a
Octal1002063521115301032712072
Binary10000001000011011101010100100110101101000110101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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