Html Css Color HEX #5A74EB Royal Blue

📋 copy color: '#5A74EB'

red 90 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #5A74EB

Tints of Royal Blue #5A74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 20.41%
G = 26.3%
B = 53.29%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A74EB (or 0x5A74EB) is known color: Royal Blue. HEX triplet: 5A, 74 and EB. RGB value is (90,116,235). Sum of RGB (Red+Green+Blue) = 90+116+235=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A74EB is #A58B14. Grayscale: #797979. Windows color (decimal): -10849045 or 15430746. OLE color: 15430746.

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

Color convert

RGB 90 116 235 -
CMYK 0.62 0.51 0 0.08
HSL 229.24º 0.78% 0.64% -
HSV(B) 229.24º 0.62% 0.92% -
XYZ 25.46 20.66 81.24 -
YUV 121.79 191.89 105.32 -
System Red Green Blue C M Y K H S L
Decimal 90 116 235 0.62 0.51 0 0.08 229.24 0.78 0.64
Hex 5A 74 EB 3E 33 0 8 E5 4E 40
Octal 132 164 353 76 63 0 10 345 116 100
Binary 1011010 1110100 11101011 111110 110011 0 1000 11100101 1001110 1000000

Color Harmonies of #5A74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74EB

Black with #5A74EB

Text Example


Text Example

White with #5A74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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