Html Css Color HEX #5470DB Royal Blue

📋 copy color: '#5470DB'

red 84 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #5470DB

Tints of Royal Blue #5470DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 20.24%
G = 26.99%
B = 52.77%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5470DB (or 0x5470DB) is known color: Royal Blue. HEX triplet: 54, 70 and DB. RGB value is (84,112,219). Sum of RGB (Red+Green+Blue) = 84+112+219=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #5470DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470DB is #AB8F24. Grayscale: #737373. Windows color (decimal): -11243301 or 14381140. OLE color: 14381140.

HSL color Cylindrical-coordinate representation of color #5470DB: hue angle of 227.56º 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 #5470DB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 112 219 -
CMYK 0.62 0.49 0 0.14
HSL 227.56º 0.65% 0.59% -
HSV(B) 227.56º 0.62% 0.86% -
XYZ 22.24 18.59 69.43 -
YUV 115.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 84 112 219 0.62 0.49 0 0.14 227.56 0.65 0.59
Hex 54 70 DB 3E 31 0 E E4 41 3B
Octal 124 160 333 76 61 0 16 344 101 73
Binary 1010100 1110000 11011011 111110 110001 0 1110 11100100 1000001 111011

Color Harmonies of #5470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470DB

Black with #5470DB

Text Example


Text Example

White with #5470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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