Html Css Color HEX #5460EA Royal Blue

📋 copy color: '#5460EA'

red 84 ◦ green 96 ◦ blue 234

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

Shades of Royal Blue #5460EA

Tints of Royal Blue #5460EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 20.29%
G = 23.19%
B = 56.52%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5460EA (or 0x5460EA) is known color: Royal Blue. HEX triplet: 54, 60 and EA. RGB value is (84,96,234). Sum of RGB (Red+Green+Blue) = 84+96+234=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #5460EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5460EA is #AB9F15. Grayscale: #6B6B6B. Windows color (decimal): -11247382 or 15360084. OLE color: 15360084.

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

Color convert

RGB 84 96 234 -
CMYK 0.64 0.59 0 0.08
HSL 235.2º 0.78% 0.62% -
HSV(B) 235.2º 0.64% 0.92% -
XYZ 22.69 16.19 79.77 -
YUV 108.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 84 96 234 0.64 0.59 0 0.08 235.2 0.78 0.62
Hex 54 60 EA 40 3B 0 8 EB 4E 3E
Octal 124 140 352 100 73 0 10 353 116 76
Binary 1010100 1100000 11101010 1000000 111011 0 1000 11101011 1001110 111110

Color Harmonies of #5460EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5460EA

Black with #5460EA

Text Example


Text Example

White with #5460EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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