Html Css Color HEX #5A77EB Royal Blue

📋 copy color: '#5A77EB'

red 90 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #5A77EB

Tints of Royal Blue #5A77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 20.27%
G = 26.8%
B = 52.93%

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

#5A77EB (or 0x5A77EB) is known color: Royal Blue. HEX triplet: 5A, 77 and EB. RGB value is (90,119,235). Sum of RGB (Red+Green+Blue) = 90+119+235=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A77EB is #A58814. Grayscale: #7B7B7B. Windows color (decimal): -10848277 or 15431514. OLE color: 15431514.

HSL color Cylindrical-coordinate representation of color #5A77EB: hue angle of 228º degrees, saturation: 0.78, 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 #5A77EB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 119 235 -
CMYK 0.62 0.49 0 0.08
HSL 228º 0.78% 0.64% -
HSV(B) 228º 0.62% 0.92% -
XYZ 25.81 21.37 81.36 -
YUV 123.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 90 119 235 0.62 0.49 0 0.08 228 0.78 0.64
Hex 5A 77 EB 3E 31 0 8 E4 4E 40
Octal 132 167 353 76 61 0 10 344 116 100
Binary 1011010 1110111 11101011 111110 110001 0 1000 11100100 1001110 1000000

Color Harmonies of #5A77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A77EB

Black with #5A77EB

Text Example


Text Example

White with #5A77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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