Html Css Color HEX #5471DB Royal Blue

📋 copy color: '#5471DB'

red 84 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #5471DB

Tints of Royal Blue #5471DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 20.19%
G = 27.16%
B = 52.64%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5471DB (or 0x5471DB) is known color: Royal Blue. HEX triplet: 54, 71 and DB. RGB value is (84,113,219). Sum of RGB (Red+Green+Blue) = 84+113+219=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #5471DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471DB is #AB8E24. Grayscale: #737373. Windows color (decimal): -11243045 or 14381396. OLE color: 14381396.

HSL color Cylindrical-coordinate representation of color #5471DB: hue angle of 227.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5471DB is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 113 219 -
CMYK 0.62 0.48 0 0.14
HSL 227.11º 0.65% 0.59% -
HSV(B) 227.11º 0.62% 0.86% -
XYZ 22.35 18.81 69.47 -
YUV 116.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 84 113 219 0.62 0.48 0 0.14 227.11 0.65 0.59
Hex 54 71 DB 3E 30 0 E E3 41 3B
Octal 124 161 333 76 60 0 16 343 101 73
Binary 1010100 1110001 11011011 111110 110000 0 1110 11100011 1000001 111011

Color Harmonies of #5471DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471DB

Black with #5471DB

Text Example


Text Example

White with #5471DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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