Html Css Color HEX #5470EA Royal Blue

📋 copy color: '#5470EA'

red 84 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #5470EA

Tints of Royal Blue #5470EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

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

R = 19.53%
G = 26.05%
B = 54.42%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5470EA (or 0x5470EA) is known color: Royal Blue. HEX triplet: 54, 70 and EA. RGB value is (84,112,234). Sum of RGB (Red+Green+Blue) = 84+112+234=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #5470EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5470EA is #AB8F15. Grayscale: #757575. Windows color (decimal): -11243286 or 15364180. OLE color: 15364180.

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

Color convert

RGB 84 112 234 -
CMYK 0.64 0.52 0 0.08
HSL 228.8º 0.78% 0.62% -
HSV(B) 228.8º 0.64% 0.92% -
XYZ 24.3 19.41 80.31 -
YUV 117.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 84 112 234 0.64 0.52 0 0.08 228.8 0.78 0.62
Hex 54 70 EA 40 34 0 8 E5 4E 3E
Octal 124 160 352 100 64 0 10 345 116 76
Binary 1010100 1110000 11101010 1000000 110100 0 1000 11100101 1001110 111110

Color Harmonies of #5470EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470EA

Black with #5470EA

Text Example


Text Example

White with #5470EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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