Html Css Color HEX #5471EB Royal Blue

📋 copy color: '#5471EB'

red 84 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #5471EB

Tints of Royal Blue #5471EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 19.44%
G = 26.16%
B = 54.4%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5471EB (or 0x5471EB) is known color: Royal Blue. HEX triplet: 54, 71 and EB. RGB value is (84,113,235). Sum of RGB (Red+Green+Blue) = 84+113+235=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #5471EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471EB is #AB8E14. Grayscale: #757575. Windows color (decimal): -11243029 or 15429972. OLE color: 15429972.

HSL color Cylindrical-coordinate representation of color #5471EB: hue angle of 228.48º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5471EB is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 113 235 -
CMYK 0.64 0.52 0 0.08
HSL 228.48º 0.79% 0.63% -
HSV(B) 228.48º 0.64% 0.92% -
XYZ 24.56 19.69 81.1 -
YUV 118.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 84 113 235 0.64 0.52 0 0.08 228.48 0.79 0.63
Hex 54 71 EB 40 34 0 8 E4 4F 3F
Octal 124 161 353 100 64 0 10 344 117 77
Binary 1010100 1110001 11101011 1000000 110100 0 1000 11100100 1001111 111111

Color Harmonies of #5471EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471EB

Black with #5471EB

Text Example


Text Example

White with #5471EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5471EB; }

 p { color: rgb(84,113,235); }

 H1.HeaderClassName
 {
   color: #5471EB;
 }
 .AnyTagClassName
 {
   color: #5471EB;
 }
</style>

background-color css

<style>
 a { background-color: #5471EB; }

 a { background-color: rgb(84,113,235); }

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

border-color css

<style>
 span { border-color: #5471EB; }

 span { border-color: rgb(84,113,235); }

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