Html Css Color HEX #547EDF Royal Blue

📋 copy color: '#547EDF'

red 84 ◦ green 126 ◦ blue 223

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

Shades of Royal Blue #547EDF

Tints of Royal Blue #547EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 19.4%
G = 29.1%
B = 51.5%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#547EDF (or 0x547EDF) is known color: Royal Blue. HEX triplet: 54, 7E and DF. RGB value is (84,126,223). Sum of RGB (Red+Green+Blue) = 84+126+223=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #547EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EDF is #AB8120. Grayscale: #7C7C7C. Windows color (decimal): -11239713 or 14646868. OLE color: 14646868.

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

Color convert

RGB 84 126 223 -
CMYK 0.62 0.43 0 0.13
HSL 221.87º 0.68% 0.6% -
HSV(B) 221.87º 0.62% 0.87% -
XYZ 24.44 22.13 72.8 -
YUV 124.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 84 126 223 0.62 0.43 0 0.13 221.87 0.68 0.6
Hex 54 7E DF 3E 2B 0 D DE 44 3C
Octal 124 176 337 76 53 0 15 336 104 74
Binary 1010100 1111110 11011111 111110 101011 0 1101 11011110 1000100 111100

Color Harmonies of #547EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EDF

Black with #547EDF

Text Example


Text Example

White with #547EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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