#4072EA

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

Shades of Royal Blue #4072EA

Tints of Royal Blue #4072EA

Color information

#4072EA (or 0x4072EA) is unknown color: approx Royal Blue. HEX triplet: 40, 72 and EA. RGB value is (64,114,234). Sum of RGB (Red+Green+Blue) = 64+114+234=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #4072EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4072EA is #BF8D15. Grayscale: #707070. Windows color (decimal): -12553494 or 15364672. OLE color: 15364672.

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

Color convert

RGB64114234-
CMYK0.730.5100.08
HSL222.35º80.19%58.43%-
HSV(B)222.35º72.65%91.76%-
XYZ22.9819.0780.31-
YUV112.73196.4493.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.53%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 234 (91.80% from 255) = 56.80%
R=15.53%
G=27.67%
B=56.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641142340.730.5100.08222.3580.1958.43
Hex4072EA493308de503a
Octal1001623521116301033612072
Binary1000000111001011101010100100111001101000110111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4072EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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