Html Css Color HEX #5471CF Royal Blue

📋 copy color: '#5471CF'

red 84 ◦ green 113 ◦ blue 207

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

Shades of Royal Blue #5471CF

Tints of Royal Blue #5471CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 20.79%
G = 27.97%
B = 51.24%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5471CF (or 0x5471CF) is known color: Royal Blue. HEX triplet: 54, 71 and CF. RGB value is (84,113,207). Sum of RGB (Red+Green+Blue) = 84+113+207=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #5471CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CF is #AB8E30. Grayscale: #727272. Windows color (decimal): -11243057 or 13594964. OLE color: 13594964.

HSL color Cylindrical-coordinate representation of color #5471CF: hue angle of 225.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5471CF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 113 207 -
CMYK 0.59 0.45 0 0.19
HSL 225.85º 0.56% 0.57% -
HSV(B) 225.85º 0.59% 0.81% -
XYZ 20.82 18.2 61.45 -
YUV 115.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 84 113 207 0.59 0.45 0 0.19 225.85 0.56 0.57
Hex 54 71 CF 3B 2D 0 13 E2 38 39
Octal 124 161 317 73 55 0 23 342 70 71
Binary 1010100 1110001 11001111 111011 101101 0 10011 11100010 111000 111001

Color Harmonies of #5471CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471CF

Black with #5471CF

Text Example


Text Example

White with #5471CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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