Html Css Color HEX #5472DF Royal Blue

📋 copy color: '#5472DF'

red 84 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #5472DF

Tints of Royal Blue #5472DF

RGB

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

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

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

R = 19.95%
G = 27.08%
B = 52.97%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5472DF (or 0x5472DF) is known color: Royal Blue. HEX triplet: 54, 72 and DF. RGB value is (84,114,223). Sum of RGB (Red+Green+Blue) = 84+114+223=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #5472DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472DF is #AB8D20. Grayscale: #747474. Windows color (decimal): -11242785 or 14643796. OLE color: 14643796.

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

Color convert

RGB 84 114 223 -
CMYK 0.62 0.49 0 0.13
HSL 227.05º 0.68% 0.6% -
HSV(B) 227.05º 0.62% 0.87% -
XYZ 22.99 19.25 72.32 -
YUV 117.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 84 114 223 0.62 0.49 0 0.13 227.05 0.68 0.6
Hex 54 72 DF 3E 31 0 D E3 44 3C
Octal 124 162 337 76 61 0 15 343 104 74
Binary 1010100 1110010 11011111 111110 110001 0 1101 11100011 1000100 111100

Color Harmonies of #5472DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472DF

Black with #5472DF

Text Example


Text Example

White with #5472DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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