Html Css Color HEX #547AEB Royal Blue

📋 copy color: '#547AEB'

red 84 ◦ green 122 ◦ blue 235

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

Shades of Royal Blue #547AEB

Tints of Royal Blue #547AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 19.05%
G = 27.66%
B = 53.29%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#547AEB (or 0x547AEB) is known color: Royal Blue. HEX triplet: 54, 7A and EB. RGB value is (84,122,235). Sum of RGB (Red+Green+Blue) = 84+122+235=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #547AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AEB is #AB8514. Grayscale: #7B7B7B. Windows color (decimal): -11240725 or 15432276. OLE color: 15432276.

HSL color Cylindrical-coordinate representation of color #547AEB: hue angle of 224.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547AEB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 122 235 -
CMYK 0.64 0.48 0 0.08
HSL 224.9º 0.79% 0.63% -
HSV(B) 224.9º 0.64% 0.92% -
XYZ 25.61 21.8 81.46 -
YUV 123.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 84 122 235 0.64 0.48 0 0.08 224.9 0.79 0.63
Hex 54 7A EB 40 30 0 8 E1 4F 3F
Octal 124 172 353 100 60 0 10 341 117 77
Binary 1010100 1111010 11101011 1000000 110000 0 1000 11100001 1001111 111111

Color Harmonies of #547AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AEB

Black with #547AEB

Text Example


Text Example

White with #547AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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