#4060EA

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

Shades of Royal Blue #4060EA

Tints of Royal Blue #4060EA

Color information

#4060EA (or 0x4060EA) is unknown color: approx Royal Blue. HEX triplet: 40, 60 and EA. RGB value is (64,96,234). Sum of RGB (Red+Green+Blue) = 64+96+234=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #4060EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060EA is #BF9F15. Grayscale: #656565. Windows color (decimal): -12558102 or 15360064. OLE color: 15360064.

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

Color convert

RGB6496234-
CMYK0.730.5900.08
HSL228.71º80.19%58.43%-
HSV(B)228.71º72.65%91.76%-
XYZ21.1515.479.7-
YUV102.16202.4100.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.24%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=16.24%
G=24.37%
B=59.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64962340.730.5900.08228.7180.1958.43
Hex4060EA493B08e5503a
Octal1001403521117301034512072
Binary1000000110000011101010100100111101101000111001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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