Html Css Color HEX #547EDC Royal Blue

📋 copy color: '#547EDC'

red 84 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #547EDC

Tints of Royal Blue #547EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 19.53%
G = 29.3%
B = 51.16%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#547EDC (or 0x547EDC) is known color: Royal Blue. HEX triplet: 54, 7E and DC. RGB value is (84,126,220). Sum of RGB (Red+Green+Blue) = 84+126+220=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #547EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EDC is #AB8123. Grayscale: #7B7B7B. Windows color (decimal): -11239716 or 14450260. OLE color: 14450260.

HSL color Cylindrical-coordinate representation of color #547EDC: hue angle of 221.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547EDC is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 126 220 -
CMYK 0.62 0.43 0 0.14
HSL 221.47º 0.66% 0.6% -
HSV(B) 221.47º 0.62% 0.86% -
XYZ 24.04 21.97 70.68 -
YUV 124.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 84 126 220 0.62 0.43 0 0.14 221.47 0.66 0.6
Hex 54 7E DC 3E 2B 0 E DD 42 3C
Octal 124 176 334 76 53 0 16 335 102 74
Binary 1010100 1111110 11011100 111110 101011 0 1110 11011101 1000010 111100

Color Harmonies of #547EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EDC

Black with #547EDC

Text Example


Text Example

White with #547EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,126,220); }

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

background-color css

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

 a { background-color: rgb(84,126,220); }

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

border-color css

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

 span { border-color: rgb(84,126,220); }

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