Html Css Color HEX #5470FF Royal Blue

📋 copy color: '#5470FF'

red 84 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #5470FF

Tints of Royal Blue #5470FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 18.63%
G = 24.83%
B = 56.54%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5470FF (or 0x5470FF) is known color: Royal Blue. HEX triplet: 54, 70 and FF. RGB value is (84,112,255). Sum of RGB (Red+Green+Blue) = 84+112+255=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #5470FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5470FF is #AB8F00. Grayscale: #777777. Windows color (decimal): -11243265 or 16740436. OLE color: 16740436.

HSL color Cylindrical-coordinate representation of color #5470FF: hue angle of 230.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5470FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 112 255 -
CMYK 0.67 0.56 0 0
HSL 230.18º 1% 0.66% -
HSV(B) 230.18º 0.67% 1% -
XYZ 27.5 20.69 97.15 -
YUV 119.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 84 112 255 0.67 0.56 0 0 230.18 1 0.66
Hex 54 70 FF 43 38 0 0 E6 64 42
Octal 124 160 377 103 70 0 0 346 144 102
Binary 1010100 1110000 11111111 1000011 111000 0 0 11100110 1100100 1000010

Color Harmonies of #5470FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470FF

Black with #5470FF

Text Example


Text Example

White with #5470FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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