Html Css Color HEX #5A77EA Royal Blue

📋 copy color: '#5A77EA'

red 90 ◦ green 119 ◦ blue 234

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

Shades of Royal Blue #5A77EA

Tints of Royal Blue #5A77EA

RGB

 RED value IS 90 (35.55% from 255) = 20.32%

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 20.32%
G = 26.86%
B = 52.82%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A77EA (or 0x5A77EA) is known color: Royal Blue. HEX triplet: 5A, 77 and EA. RGB value is (90,119,234). Sum of RGB (Red+Green+Blue) = 90+119+234=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A77EA is #A58815. Grayscale: #7A7A7A. Windows color (decimal): -10848278 or 15365978. OLE color: 15365978.

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

Color convert

RGB 90 119 234 -
CMYK 0.62 0.49 0 0.08
HSL 227.92º 0.77% 0.64% -
HSV(B) 227.92º 0.62% 0.92% -
XYZ 25.66 21.31 80.6 -
YUV 123.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 90 119 234 0.62 0.49 0 0.08 227.92 0.77 0.64
Hex 5A 77 EA 3E 31 0 8 E4 4D 40
Octal 132 167 352 76 61 0 10 344 115 100
Binary 1011010 1110111 11101010 111110 110001 0 1000 11100100 1001101 1000000

Color Harmonies of #5A77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A77EA

Black with #5A77EA

Text Example


Text Example

White with #5A77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,234); }

 H1.HeaderClassName
 {
   color: #5A77EA;
 }
 .AnyTagClassName
 {
   color: #5A77EA;
 }
</style>

background-color css

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

 a { background-color: rgb(90,119,234); }

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

border-color css

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

 span { border-color: rgb(90,119,234); }

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