Html Css Color HEX #547DDC Royal Blue

📋 copy color: '#547DDC'

red 84 ◦ green 125 ◦ blue 220

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

Shades of Royal Blue #547DDC

Tints of Royal Blue #547DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 19.58%
G = 29.14%
B = 51.28%

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

#547DDC (or 0x547DDC) is known color: Royal Blue. HEX triplet: 54, 7D and DC. RGB value is (84,125,220). Sum of RGB (Red+Green+Blue) = 84+125+220=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #547DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DDC is #AB8223. Grayscale: #7B7B7B. Windows color (decimal): -11239972 or 14450004. OLE color: 14450004.

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

Color convert

RGB 84 125 220 -
CMYK 0.62 0.43 0 0.14
HSL 221.91º 0.66% 0.6% -
HSV(B) 221.91º 0.62% 0.86% -
XYZ 23.91 21.72 70.64 -
YUV 123.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 84 125 220 0.62 0.43 0 0.14 221.91 0.66 0.6
Hex 54 7D DC 3E 2B 0 E DE 42 3C
Octal 124 175 334 76 53 0 16 336 102 74
Binary 1010100 1111101 11011100 111110 101011 0 1110 11011110 1000010 111100

Color Harmonies of #547DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DDC

Black with #547DDC

Text Example


Text Example

White with #547DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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