#5E72EB

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

Shades of Royal Blue #5E72EB

Tints of Royal Blue #5E72EB

Color information

#5E72EB (or 0x5E72EB) is unknown color: approx Royal Blue. HEX triplet: 5E, 72 and EB. RGB value is (94,114,235). Sum of RGB (Red+Green+Blue) = 94+114+235=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E72EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E72EB is #A18D14. Grayscale: #797979. Windows color (decimal): -10587413 or 15430238. OLE color: 15430238.

HSL color Cylindrical-coordinate representation of color #5E72EB: hue angle of 231.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E72EB is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94114235-
CMYK0.60.5100.08
HSL231.49º77.9%64.51%-
HSV(B)231.49º60%92.16%-
XYZ25.6320.4181.19-
YUV121.81191.87108.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.22%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=21.22%
G=25.73%
B=53.05%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941142350.60.5100.08231.4977.964.51
Hex5E72EB3C3308e74e41
Octal1361623537463010347116101
Binary1011110111001011101011111100110011010001110011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E72EB; }

 p { color: rgb(94,114,235); }

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

<style>
 a { background-color: #5E72EB; }

 a { background-color: rgb(94,114,235); }

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

<style>
 span { border-color: #5E72EB; }

 span { border-color: rgb(94,114,235); }

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