Html Css Color HEX #5474EF Royal Blue

📋 copy color: '#5474EF'

red 84 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #5474EF

Tints of Royal Blue #5474EF

RGB

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

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

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

R = 19.13%
G = 26.42%
B = 54.44%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5474EF (or 0x5474EF) is known color: Royal Blue. HEX triplet: 54, 74 and EF. RGB value is (84,116,239). Sum of RGB (Red+Green+Blue) = 84+116+239=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #5474EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474EF is #AB8B10. Grayscale: #777777. Windows color (decimal): -11242257 or 15692884. OLE color: 15692884.

HSL color Cylindrical-coordinate representation of color #5474EF: hue angle of 227.61º 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 #5474EF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 116 239 -
CMYK 0.65 0.51 0 0.06
HSL 227.61º 0.83% 0.63% -
HSV(B) 227.61º 0.65% 0.94% -
XYZ 25.48 20.61 84.3 -
YUV 120.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 84 116 239 0.65 0.51 0 0.06 227.61 0.83 0.63
Hex 54 74 EF 41 33 0 6 E4 53 3F
Octal 124 164 357 101 63 0 6 344 123 77
Binary 1010100 1110100 11101111 1000001 110011 0 110 11100100 1010011 111111

Color Harmonies of #5474EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474EF

Black with #5474EF

Text Example


Text Example

White with #5474EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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