Html Css Color HEX #5477EF Royal Blue

📋 copy color: '#5477EF'

red 84 ◦ green 119 ◦ blue 239

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

Shades of Royal Blue #5477EF

Tints of Royal Blue #5477EF

RGB

 RED value IS 84 (33.2% from 255) = 19%

 GREEN value IS 119 (46.88% from 255) = 26.92%

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 19%
G = 26.92%
B = 54.07%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5477EF (or 0x5477EF) is known color: Royal Blue. HEX triplet: 54, 77 and EF. RGB value is (84,119,239). Sum of RGB (Red+Green+Blue) = 84+119+239=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #5477EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5477EF is #AB8810. Grayscale: #797979. Windows color (decimal): -11241489 or 15693652. OLE color: 15693652.

HSL color Cylindrical-coordinate representation of color #5477EF: hue angle of 226.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5477EF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 119 239 -
CMYK 0.65 0.50 0 0.06
HSL 226.45º 0.83% 0.63% -
HSV(B) 226.45º 0.65% 0.94% -
XYZ 25.83 21.31 84.41 -
YUV 122.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 84 119 239 0.65 0.50 0 0.06 226.45 0.83 0.63
Hex 54 77 EF 41 32 0 6 E2 53 3F
Octal 124 167 357 101 62 0 6 342 123 77
Binary 1010100 1110111 11101111 1000001 110010 0 110 11100010 1010011 111111

Color Harmonies of #5477EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477EF

Black with #5477EF

Text Example


Text Example

White with #5477EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5477EF; }

 p { color: rgb(84,119,239); }

 H1.HeaderClassName
 {
   color: #5477EF;
 }
 .AnyTagClassName
 {
   color: #5477EF;
 }
</style>

background-color css

<style>
 a { background-color: #5477EF; }

 a { background-color: rgb(84,119,239); }

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

border-color css

<style>
 span { border-color: #5477EF; }

 span { border-color: rgb(84,119,239); }

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