#5374EF

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

Shades of Royal Blue #5374EF

Tints of Royal Blue #5374EF

Color information

#5374EF (or 0x5374EF) is unknown color: approx Royal Blue. HEX triplet: 53, 74 and EF. RGB value is (83,116,239). Sum of RGB (Red+Green+Blue) = 83+116+239=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5374EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5374EF is #AC8B10. Grayscale: #777777. Windows color (decimal): -11307793 or 15692883. OLE color: 15692883.

HSL color Cylindrical-coordinate representation of color #5374EF: hue angle of 227.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5374EF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83116239-
CMYK0.650.5100.06
HSL227.31º82.98%63.14%-
HSV(B)227.31º65.27%93.73%-
XYZ25.3920.5684.29-
YUV120.16195.07101.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.95%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 239 (93.75% from 255) = 54.57%
R=18.95%
G=26.48%
B=54.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831162390.650.5100.06227.3182.9863.14
Hex5374EF413306e3533f
Octal123164357101630634312377
Binary101001111101001110111110000011100110110111000111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5374EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5374EF; }

 p { color: rgb(83,116,239); }

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

<style>
 a { background-color: #5374EF; }

 a { background-color: rgb(83,116,239); }

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

<style>
 span { border-color: #5374EF; }

 span { border-color: rgb(83,116,239); }

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