Html Css Color HEX #5A71EA Royal Blue

📋 copy color: '#5A71EA'

red 90 ◦ green 113 ◦ blue 234

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

Shades of Royal Blue #5A71EA

Tints of Royal Blue #5A71EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 20.59%
G = 25.86%
B = 53.55%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A71EA (or 0x5A71EA) is known color: Royal Blue. HEX triplet: 5A, 71 and EA. RGB value is (90,113,234). Sum of RGB (Red+Green+Blue) = 90+113+234=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A71EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A71EA is #A58E15. Grayscale: #777777. Windows color (decimal): -10849814 or 15364442. OLE color: 15364442.

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

Color convert

RGB 90 113 234 -
CMYK 0.62 0.52 0 0.08
HSL 230.42º 0.77% 0.64% -
HSV(B) 230.42º 0.62% 0.92% -
XYZ 24.97 19.92 80.37 -
YUV 119.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 90 113 234 0.62 0.52 0 0.08 230.42 0.77 0.64
Hex 5A 71 EA 3E 34 0 8 E6 4D 40
Octal 132 161 352 76 64 0 10 346 115 100
Binary 1011010 1110001 11101010 111110 110100 0 1000 11100110 1001101 1000000

Color Harmonies of #5A71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A71EA

Black with #5A71EA

Text Example


Text Example

White with #5A71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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