Html Css Color HEX #5470DF Royal Blue

📋 copy color: '#5470DF'

red 84 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #5470DF

Tints of Royal Blue #5470DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 20.05%
G = 26.73%
B = 53.22%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5470DF (or 0x5470DF) is known color: Royal Blue. HEX triplet: 54, 70 and DF. RGB value is (84,112,223). Sum of RGB (Red+Green+Blue) = 84+112+223=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #5470DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470DF is #AB8F20. Grayscale: #737373. Windows color (decimal): -11243297 or 14643284. OLE color: 14643284.

HSL color Cylindrical-coordinate representation of color #5470DF: hue angle of 227.91º degrees, saturation: 0.68, 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 #5470DF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 112 223 -
CMYK 0.62 0.50 0 0.13
HSL 227.91º 0.68% 0.6% -
HSV(B) 227.91º 0.62% 0.87% -
XYZ 22.77 18.8 72.24 -
YUV 116.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 84 112 223 0.62 0.50 0 0.13 227.91 0.68 0.6
Hex 54 70 DF 3E 32 0 D E4 44 3C
Octal 124 160 337 76 62 0 15 344 104 74
Binary 1010100 1110000 11011111 111110 110010 0 1101 11100100 1000100 111100

Color Harmonies of #5470DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470DF

Black with #5470DF

Text Example


Text Example

White with #5470DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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