Html Css Color HEX #547AF9 Royal Blue

📋 copy color: '#547AF9'

red 84 ◦ green 122 ◦ blue 249

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

Shades of Royal Blue #547AF9

Tints of Royal Blue #547AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.73%

R = 18.46%
G = 26.81%
B = 54.73%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#547AF9 (or 0x547AF9) is known color: Royal Blue. HEX triplet: 54, 7A and F9. RGB value is (84,122,249). Sum of RGB (Red+Green+Blue) = 84+122+249=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #547AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF9 is #AB8506. Grayscale: #7C7C7C. Windows color (decimal): -11240711 or 16349780. OLE color: 16349780.

HSL color Cylindrical-coordinate representation of color #547AF9: hue angle of 226.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547AF9 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 122 249 -
CMYK 0.66 0.51 0 0.02
HSL 226.18º 0.93% 0.65% -
HSV(B) 226.18º 0.66% 0.98% -
XYZ 27.71 22.64 92.53 -
YUV 125.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 84 122 249 0.66 0.51 0 0.02 226.18 0.93 0.65
Hex 54 7A F9 42 33 0 2 E2 5D 41
Octal 124 172 371 102 63 0 2 342 135 101
Binary 1010100 1111010 11111001 1000010 110011 0 10 11100010 1011101 1000001

Color Harmonies of #547AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AF9

Black with #547AF9

Text Example


Text Example

White with #547AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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