Html Css Color HEX #5778FA Royal Blue

📋 copy color: '#5778FA'

red 87 ◦ green 120 ◦ blue 250

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

Shades of Royal Blue #5778FA

Tints of Royal Blue #5778FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 19.04%
G = 26.26%
B = 54.7%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5778FA (or 0x5778FA) is known color: Royal Blue. HEX triplet: 57, 78 and FA. RGB value is (87,120,250). Sum of RGB (Red+Green+Blue) = 87+120+250=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5778FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5778FA is #A88705. Grayscale: #7C7C7C. Windows color (decimal): -11044614 or 16414807. OLE color: 16414807.

HSL color Cylindrical-coordinate representation of color #5778FA: hue angle of 227.85º 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 #5778FA is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 120 250 -
CMYK 0.65 0.52 0 0.02
HSL 227.85º 0.94% 0.66% -
HSV(B) 227.85º 0.65% 0.98% -
XYZ 27.9 22.36 93.29 -
YUV 124.95 198.57 100.93 -
System Red Green Blue C M Y K H S L
Decimal 87 120 250 0.65 0.52 0 0.02 227.85 0.94 0.66
Hex 57 78 FA 41 34 0 2 E4 5E 42
Octal 127 170 372 101 64 0 2 344 136 102
Binary 1010111 1111000 11111010 1000001 110100 0 10 11100100 1011110 1000010

Color Harmonies of #5778FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5778FA

Black with #5778FA

Text Example


Text Example

White with #5778FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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