Html Css Color HEX #5474EA Royal Blue

📋 copy color: '#5474EA'

red 84 ◦ green 116 ◦ blue 234

#5474EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5474EA

Tints of Royal Blue #5474EA

RGB

 RED value IS 84 (33.2% from 255) = 19.35%

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 19.35%
G = 26.73%
B = 53.92%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5474EA (or 0x5474EA) is known color: Royal Blue. HEX triplet: 54, 74 and EA. RGB value is (84,116,234). Sum of RGB (Red+Green+Blue) = 84+116+234=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #5474EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474EA is #AB8B15. Grayscale: #777777. Windows color (decimal): -11242262 or 15365204. OLE color: 15365204.

HSL color Cylindrical-coordinate representation of color #5474EA: hue angle of 227.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5474EA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 116 234 -
CMYK 0.64 0.50 0 0.08
HSL 227.2º 0.78% 0.62% -
HSV(B) 227.2º 0.64% 0.92% -
XYZ 24.75 20.32 80.46 -
YUV 119.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 84 116 234 0.64 0.50 0 0.08 227.2 0.78 0.62
Hex 54 74 EA 40 32 0 8 E3 4E 3E
Octal 124 164 352 100 62 0 10 343 116 76
Binary 1010100 1110100 11101010 1000000 110010 0 1000 11100011 1001110 111110

Color Harmonies of #5474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474EA

Black with #5474EA

Text Example


Text Example

White with #5474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,116,234); }

 H1.HeaderClassName
 {
   color: #5474EA;
 }
 .AnyTagClassName
 {
   color: #5474EA;
 }
</style>

background-color css

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

 a { background-color: rgb(84,116,234); }

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

border-color css

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

 span { border-color: rgb(84,116,234); }

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