Html Css Color HEX #5773FA Royal Blue

📋 copy color: '#5773FA'

red 87 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #5773FA

Tints of Royal Blue #5773FA

RGB

 RED value IS 87 (34.38% from 255) = 19.25%

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 19.25%
G = 25.44%
B = 55.31%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5773FA (or 0x5773FA) is known color: Royal Blue. HEX triplet: 57, 73 and FA. RGB value is (87,115,250). Sum of RGB (Red+Green+Blue) = 87+115+250=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #5773FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773FA is #A88C05. Grayscale: #797979. Windows color (decimal): -11045894 or 16413527. OLE color: 16413527.

HSL color Cylindrical-coordinate representation of color #5773FA: hue angle of 229.69º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5773FA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 115 250 -
CMYK 0.65 0.54 0 0.02
HSL 229.69º 0.94% 0.66% -
HSV(B) 229.69º 0.65% 0.98% -
XYZ 27.32 21.19 93.09 -
YUV 122.02 200.22 103.02 -
System Red Green Blue C M Y K H S L
Decimal 87 115 250 0.65 0.54 0 0.02 229.69 0.94 0.66
Hex 57 73 FA 41 36 0 2 E6 5E 42
Octal 127 163 372 101 66 0 2 346 136 102
Binary 1010111 1110011 11111010 1000001 110110 0 10 11100110 1011110 1000010

Color Harmonies of #5773FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773FA

Black with #5773FA

Text Example


Text Example

White with #5773FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5773FA; }

 p { color: rgb(87,115,250); }

 H1.HeaderClassName
 {
   color: #5773FA;
 }
 .AnyTagClassName
 {
   color: #5773FA;
 }
</style>

background-color css

<style>
 a { background-color: #5773FA; }

 a { background-color: rgb(87,115,250); }

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

border-color css

<style>
 span { border-color: #5773FA; }

 span { border-color: rgb(87,115,250); }

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