Html Css Color HEX #547CDC Royal Blue

📋 copy color: '#547CDC'

red 84 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #547CDC

Tints of Royal Blue #547CDC

RGB

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

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

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

R = 19.63%
G = 28.97%
B = 51.4%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#547CDC (or 0x547CDC) is known color: Royal Blue. HEX triplet: 54, 7C and DC. RGB value is (84,124,220). Sum of RGB (Red+Green+Blue) = 84+124+220=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #547CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDC is #AB8323. Grayscale: #7A7A7A. Windows color (decimal): -11240228 or 14449748. OLE color: 14449748.

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

Color convert

RGB 84 124 220 -
CMYK 0.62 0.44 0 0.14
HSL 222.35º 0.66% 0.6% -
HSV(B) 222.35º 0.62% 0.86% -
XYZ 23.78 21.47 70.6 -
YUV 122.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 84 124 220 0.62 0.44 0 0.14 222.35 0.66 0.6
Hex 54 7C DC 3E 2C 0 E DE 42 3C
Octal 124 174 334 76 54 0 16 336 102 74
Binary 1010100 1111100 11011100 111110 101100 0 1110 11011110 1000010 111100

Color Harmonies of #547CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CDC

Black with #547CDC

Text Example


Text Example

White with #547CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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