Html Css Color HEX #5471DD Royal Blue

📋 copy color: '#5471DD'

red 84 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #5471DD

Tints of Royal Blue #5471DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 20.1%
G = 27.03%
B = 52.87%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5471DD (or 0x5471DD) is known color: Royal Blue. HEX triplet: 54, 71 and DD. RGB value is (84,113,221). Sum of RGB (Red+Green+Blue) = 84+113+221=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #5471DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471DD is #AB8E22. Grayscale: #747474. Windows color (decimal): -11243043 or 14512468. OLE color: 14512468.

HSL color Cylindrical-coordinate representation of color #5471DD: hue angle of 227.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5471DD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 113 221 -
CMYK 0.62 0.49 0 0.13
HSL 227.3º 0.67% 0.6% -
HSV(B) 227.3º 0.62% 0.87% -
XYZ 22.61 18.92 70.87 -
YUV 116.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 84 113 221 0.62 0.49 0 0.13 227.3 0.67 0.6
Hex 54 71 DD 3E 31 0 D E3 43 3C
Octal 124 161 335 76 61 0 15 343 103 74
Binary 1010100 1110001 11011101 111110 110001 0 1101 11100011 1000011 111100

Color Harmonies of #5471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471DD

Black with #5471DD

Text Example


Text Example

White with #5471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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