Html Css Color HEX #547CDF Royal Blue

📋 copy color: '#547CDF'

red 84 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #547CDF

Tints of Royal Blue #547CDF

RGB

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

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

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

R = 19.49%
G = 28.77%
B = 51.74%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#547CDF (or 0x547CDF) is known color: Royal Blue. HEX triplet: 54, 7C and DF. RGB value is (84,124,223). Sum of RGB (Red+Green+Blue) = 84+124+223=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #547CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDF is #AB8320. Grayscale: #7A7A7A. Windows color (decimal): -11240225 or 14646356. OLE color: 14646356.

HSL color Cylindrical-coordinate representation of color #547CDF: hue angle of 222.73º 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 #547CDF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 124 223 -
CMYK 0.62 0.44 0 0.13
HSL 222.73º 0.68% 0.6% -
HSV(B) 222.73º 0.62% 0.87% -
XYZ 24.18 21.63 72.71 -
YUV 123.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 84 124 223 0.62 0.44 0 0.13 222.73 0.68 0.6
Hex 54 7C DF 3E 2C 0 D DF 44 3C
Octal 124 174 337 76 54 0 15 337 104 74
Binary 1010100 1111100 11011111 111110 101100 0 1101 11011111 1000100 111100

Color Harmonies of #547CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CDF

Black with #547CDF

Text Example


Text Example

White with #547CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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