#4064EE

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

Shades of Royal Blue #4064EE

Tints of Royal Blue #4064EE

Color information

#4064EE (or 0x4064EE) is unknown color: approx Royal Blue. HEX triplet: 40, 64 and EE. RGB value is (64,100,238). Sum of RGB (Red+Green+Blue) = 64+100+238=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #4064EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064EE is #BF9B11. Grayscale: #686868. Windows color (decimal): -12557074 or 15623232. OLE color: 15623232.

HSL color Cylindrical-coordinate representation of color #4064EE: hue angle of 227.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4064EE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64100238-
CMYK0.730.5800.07
HSL227.59º83.65%59.22%-
HSV(B)227.59º73.11%93.33%-
XYZ22.116.3882.89-
YUV104.97203.0798.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 238 (93.36% from 255) = 59.20%
R=15.92%
G=24.88%
B=59.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641002380.730.5800.07227.5983.6559.22
Hex4064EE493A07e4543b
Octal100144356111720734412473
Binary100000011001001110111010010011110100111111001001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4064EE; }

 p { color: rgb(64,100,238); }

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

<style>
 a { background-color: #4064EE; }

 a { background-color: rgb(64,100,238); }

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

<style>
 span { border-color: #4064EE; }

 span { border-color: rgb(64,100,238); }

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