Html Css Color HEX #5472EF Royal Blue

📋 copy color: '#5472EF'

red 84 ◦ green 114 ◦ blue 239

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

Shades of Royal Blue #5472EF

Tints of Royal Blue #5472EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 19.22%
G = 26.09%
B = 54.69%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5472EF (or 0x5472EF) is known color: Royal Blue. HEX triplet: 54, 72 and EF. RGB value is (84,114,239). Sum of RGB (Red+Green+Blue) = 84+114+239=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #5472EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5472EF is #AB8D10. Grayscale: #767676. Windows color (decimal): -11242769 or 15692372. OLE color: 15692372.

HSL color Cylindrical-coordinate representation of color #5472EF: hue angle of 228.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5472EF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 114 239 -
CMYK 0.65 0.52 0 0.06
HSL 228.39º 0.83% 0.63% -
HSV(B) 228.39º 0.65% 0.94% -
XYZ 25.25 20.15 84.22 -
YUV 119.28 195.56 102.84 -
System Red Green Blue C M Y K H S L
Decimal 84 114 239 0.65 0.52 0 0.06 228.39 0.83 0.63
Hex 54 72 EF 41 34 0 6 E4 53 3F
Octal 124 162 357 101 64 0 6 344 123 77
Binary 1010100 1110010 11101111 1000001 110100 0 110 11100100 1010011 111111

Color Harmonies of #5472EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472EF

Black with #5472EF

Text Example


Text Example

White with #5472EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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