Html Css Color HEX #547CEA Royal Blue

📋 copy color: '#547CEA'

red 84 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #547CEA

Tints of Royal Blue #547CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 19%
G = 28.05%
B = 52.94%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#547CEA (or 0x547CEA) is known color: Royal Blue. HEX triplet: 54, 7C and EA. RGB value is (84,124,234). Sum of RGB (Red+Green+Blue) = 84+124+234=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #547CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CEA is #AB8315. Grayscale: #7C7C7C. Windows color (decimal): -11240214 or 15367252. OLE color: 15367252.

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

Color convert

RGB 84 124 234 -
CMYK 0.64 0.47 0 0.08
HSL 224º 0.78% 0.62% -
HSV(B) 224º 0.64% 0.92% -
XYZ 25.72 22.24 80.78 -
YUV 124.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 84 124 234 0.64 0.47 0 0.08 224 0.78 0.62
Hex 54 7C EA 40 2F 0 8 E0 4E 3E
Octal 124 174 352 100 57 0 10 340 116 76
Binary 1010100 1111100 11101010 1000000 101111 0 1000 11100000 1001110 111110

Color Harmonies of #547CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CEA

Black with #547CEA

Text Example


Text Example

White with #547CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,234); }

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

background-color css

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

 a { background-color: rgb(84,124,234); }

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

border-color css

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

 span { border-color: rgb(84,124,234); }

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