Html Css Color HEX #547AE7 Royal Blue

📋 copy color: '#547AE7'

red 84 ◦ green 122 ◦ blue 231

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

Shades of Royal Blue #547AE7

Tints of Royal Blue #547AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 19.22%
G = 27.92%
B = 52.86%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#547AE7 (or 0x547AE7) is known color: Royal Blue. HEX triplet: 54, 7A and E7. RGB value is (84,122,231). Sum of RGB (Red+Green+Blue) = 84+122+231=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #547AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AE7 is #AB8518. Grayscale: #7A7A7A. Windows color (decimal): -11240729 or 15170132. OLE color: 15170132.

HSL color Cylindrical-coordinate representation of color #547AE7: hue angle of 224.49º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547AE7 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 122 231 -
CMYK 0.64 0.47 0 0.09
HSL 224.49º 0.75% 0.62% -
HSV(B) 224.49º 0.64% 0.91% -
XYZ 25.04 21.57 78.45 -
YUV 123.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 84 122 231 0.64 0.47 0 0.09 224.49 0.75 0.62
Hex 54 7A E7 40 2F 0 9 E0 4B 3E
Octal 124 172 347 100 57 0 11 340 113 76
Binary 1010100 1111010 11100111 1000000 101111 0 1001 11100000 1001011 111110

Color Harmonies of #547AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AE7

Black with #547AE7

Text Example


Text Example

White with #547AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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