Html Css Color HEX #5472E0 Royal Blue

📋 copy color: '#5472E0'

red 84 ◦ green 114 ◦ blue 224

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

Shades of Royal Blue #5472E0

Tints of Royal Blue #5472E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 19.91%
G = 27.01%
B = 53.08%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5472E0 (or 0x5472E0) is known color: Royal Blue. HEX triplet: 54, 72 and E0. RGB value is (84,114,224). Sum of RGB (Red+Green+Blue) = 84+114+224=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #5472E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472E0 is #AB8D1F. Grayscale: #757575. Windows color (decimal): -11242784 or 14709332. OLE color: 14709332.

HSL color Cylindrical-coordinate representation of color #5472E0: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5472E0 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 114 224 -
CMYK 0.62 0.49 0 0.12
HSL 227.14º 0.69% 0.6% -
HSV(B) 227.14º 0.63% 0.88% -
XYZ 23.13 19.3 73.03 -
YUV 117.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 84 114 224 0.62 0.49 0 0.12 227.14 0.69 0.6
Hex 54 72 E0 3E 31 0 C E3 45 3C
Octal 124 162 340 76 61 0 14 343 105 74
Binary 1010100 1110010 11100000 111110 110001 0 1100 11100011 1000101 111100

Color Harmonies of #5472E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472E0

Black with #5472E0

Text Example


Text Example

White with #5472E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5472E0; }

 p { color: rgb(84,114,224); }

 H1.HeaderClassName
 {
   color: #5472E0;
 }
 .AnyTagClassName
 {
   color: #5472E0;
 }
</style>

background-color css

<style>
 a { background-color: #5472E0; }

 a { background-color: rgb(84,114,224); }

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

border-color css

<style>
 span { border-color: #5472E0; }

 span { border-color: rgb(84,114,224); }

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