Html Css Color HEX #5A76F9 Royal Blue

📋 copy color: '#5A76F9'

red 90 ◦ green 118 ◦ blue 249

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

Shades of Royal Blue #5A76F9

Tints of Royal Blue #5A76F9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

 BLUE value IS 249 (97.66% from 255) = 54.49%

R = 19.69%
G = 25.82%
B = 54.49%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A76F9 (or 0x5A76F9) is known color: Royal Blue. HEX triplet: 5A, 76 and F9. RGB value is (90,118,249). Sum of RGB (Red+Green+Blue) = 90+118+249=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A76F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A76F9 is #A58906. Grayscale: #7C7C7C. Windows color (decimal): -10848519 or 16348762. OLE color: 16348762.

HSL color Cylindrical-coordinate representation of color #5A76F9: hue angle of 229.43º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A76F9 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 118 249 -
CMYK 0.64 0.53 0 0.02
HSL 229.43º 0.93% 0.66% -
HSV(B) 229.43º 0.64% 0.98% -
XYZ 27.79 21.97 92.4 -
YUV 124.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 90 118 249 0.64 0.53 0 0.02 229.43 0.93 0.66
Hex 5A 76 F9 40 35 0 2 E5 5D 42
Octal 132 166 371 100 65 0 2 345 135 102
Binary 1011010 1110110 11111001 1000000 110101 0 10 11100101 1011101 1000010

Color Harmonies of #5A76F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76F9

Black with #5A76F9

Text Example


Text Example

White with #5A76F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,249); }

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

background-color css

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

 a { background-color: rgb(90,118,249); }

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

border-color css

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

 span { border-color: rgb(90,118,249); }

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