Html Css Color HEX #5470FC Royal Blue

📋 copy color: '#5470FC'

red 84 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #5470FC

Tints of Royal Blue #5470FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 18.75%
G = 25%
B = 56.25%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5470FC (or 0x5470FC) is known color: Royal Blue. HEX triplet: 54, 70 and FC. RGB value is (84,112,252). Sum of RGB (Red+Green+Blue) = 84+112+252=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #5470FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5470FC is #AB8F03. Grayscale: #777777. Windows color (decimal): -11243268 or 16543828. OLE color: 16543828.

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

Color convert

RGB 84 112 252 -
CMYK 0.67 0.56 0 0.01
HSL 230º 0.97% 0.66% -
HSV(B) 230º 0.67% 0.99% -
XYZ 27.02 20.5 94.63 -
YUV 119.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 84 112 252 0.67 0.56 0 0.01 230 0.97 0.66
Hex 54 70 FC 43 38 0 1 E6 61 42
Octal 124 160 374 103 70 0 1 346 141 102
Binary 1010100 1110000 11111100 1000011 111000 0 1 11100110 1100001 1000010

Color Harmonies of #5470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470FC

Black with #5470FC

Text Example


Text Example

White with #5470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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