Html Css Color HEX #547AD8 Royal Blue

📋 copy color: '#547AD8'

red 84 ◦ green 122 ◦ blue 216

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

Shades of Royal Blue #547AD8

Tints of Royal Blue #547AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 19.91%
G = 28.91%
B = 51.18%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#547AD8 (or 0x547AD8) is known color: Royal Blue. HEX triplet: 54, 7A and D8. RGB value is (84,122,216). Sum of RGB (Red+Green+Blue) = 84+122+216=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #547AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD8 is #AB8527. Grayscale: #787878. Windows color (decimal): -11240744 or 14187092. OLE color: 14187092.

HSL color Cylindrical-coordinate representation of color #547AD8: hue angle of 222.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547AD8 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 122 216 -
CMYK 0.61 0.44 0 0.15
HSL 222.73º 0.63% 0.59% -
HSV(B) 222.73º 0.61% 0.85% -
XYZ 23.01 20.76 67.76 -
YUV 121.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 84 122 216 0.61 0.44 0 0.15 222.73 0.63 0.59
Hex 54 7A D8 3D 2C 0 F DF 3F 3B
Octal 124 172 330 75 54 0 17 337 77 73
Binary 1010100 1111010 11011000 111101 101100 0 1111 11011111 111111 111011

Color Harmonies of #547AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AD8

Black with #547AD8

Text Example


Text Example

White with #547AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547AD8; }

 p { color: rgb(84,122,216); }

 H1.HeaderClassName
 {
   color: #547AD8;
 }
 .AnyTagClassName
 {
   color: #547AD8;
 }
</style>

background-color css

<style>
 a { background-color: #547AD8; }

 a { background-color: rgb(84,122,216); }

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

border-color css

<style>
 span { border-color: #547AD8; }

 span { border-color: rgb(84,122,216); }

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