Html Css Color HEX #547CE0 Royal Blue

📋 copy color: '#547CE0'

red 84 ◦ green 124 ◦ blue 224

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

Shades of Royal Blue #547CE0

Tints of Royal Blue #547CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 19.44%
G = 28.7%
B = 51.85%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#547CE0 (or 0x547CE0) is known color: Royal Blue. HEX triplet: 54, 7C and E0. RGB value is (84,124,224). Sum of RGB (Red+Green+Blue) = 84+124+224=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #547CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CE0 is #AB831F. Grayscale: #7B7B7B. Windows color (decimal): -11240224 or 14711892. OLE color: 14711892.

HSL color Cylindrical-coordinate representation of color #547CE0: hue angle of 222.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547CE0 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 124 224 -
CMYK 0.62 0.45 0 0.12
HSL 222.86º 0.69% 0.6% -
HSV(B) 222.86º 0.63% 0.88% -
XYZ 24.32 21.68 73.42 -
YUV 123.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 84 124 224 0.62 0.45 0 0.12 222.86 0.69 0.6
Hex 54 7C E0 3E 2D 0 C DF 45 3C
Octal 124 174 340 76 55 0 14 337 105 74
Binary 1010100 1111100 11100000 111110 101101 0 1100 11011111 1000101 111100

Color Harmonies of #547CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CE0

Black with #547CE0

Text Example


Text Example

White with #547CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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