#4060E9

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

Shades of Royal Blue #4060E9

Tints of Royal Blue #4060E9

Color information

#4060E9 (or 0x4060E9) is unknown color: approx Royal Blue. HEX triplet: 40, 60 and E9. RGB value is (64,96,233). Sum of RGB (Red+Green+Blue) = 64+96+233=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #4060E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060E9 is #BF9F16. Grayscale: #656565. Windows color (decimal): -12558103 or 15294528. OLE color: 15294528.

HSL color Cylindrical-coordinate representation of color #4060E9: hue angle of 228.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4060E9 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6496233-
CMYK0.730.5900.09
HSL228.64º79.34%58.24%-
HSV(B)228.64º72.53%91.37%-
XYZ21.0115.3478.94-
YUV102.05201.9100.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 233 (91.41% from 255) = 59.29%
R=16.28%
G=24.43%
B=59.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64962330.730.5900.09228.6479.3458.24
Hex4060E9493B09e54f3a
Octal1001403511117301134511772
Binary1000000110000011101001100100111101101001111001011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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