Html Css Color HEX #546DDC Royal Blue

📋 copy color: '#546DDC'

red 84 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #546DDC

Tints of Royal Blue #546DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

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

R = 20.34%
G = 26.39%
B = 53.27%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#546DDC (or 0x546DDC) is known color: Royal Blue. HEX triplet: 54, 6D and DC. RGB value is (84,109,220). Sum of RGB (Red+Green+Blue) = 84+109+220=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #546DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DDC is #AB9223. Grayscale: #717171. Windows color (decimal): -11244068 or 14445908. OLE color: 14445908.

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

Color convert

RGB 84 109 220 -
CMYK 0.62 0.50 0 0.14
HSL 228.97º 0.66% 0.6% -
HSV(B) 228.97º 0.62% 0.86% -
XYZ 22.04 17.99 70.02 -
YUV 114.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 84 109 220 0.62 0.50 0 0.14 228.97 0.66 0.6
Hex 54 6D DC 3E 32 0 E E5 42 3C
Octal 124 155 334 76 62 0 16 345 102 74
Binary 1010100 1101101 11011100 111110 110010 0 1110 11100101 1000010 111100

Color Harmonies of #546DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DDC

Black with #546DDC

Text Example


Text Example

White with #546DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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