Html Css Color HEX #546DCD Royal Blue

📋 copy color: '#546DCD'

red 84 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #546DCD

Tints of Royal Blue #546DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 21.11%
G = 27.39%
B = 51.51%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#546DCD (or 0x546DCD) is known color: Royal Blue. HEX triplet: 54, 6D and CD. RGB value is (84,109,205). Sum of RGB (Red+Green+Blue) = 84+109+205=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #546DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DCD is #AB9232. Grayscale: #707070. Windows color (decimal): -11244083 or 13462868. OLE color: 13462868.

HSL color Cylindrical-coordinate representation of color #546DCD: hue angle of 227.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546DCD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 109 205 -
CMYK 0.59 0.47 0 0.20
HSL 227.6º 0.55% 0.57% -
HSV(B) 227.6º 0.59% 0.8% -
XYZ 20.14 17.23 60.02 -
YUV 112.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 84 109 205 0.59 0.47 0 0.20 227.6 0.55 0.57
Hex 54 6D CD 3B 2F 0 14 E4 37 39
Octal 124 155 315 73 57 0 24 344 67 71
Binary 1010100 1101101 11001101 111011 101111 0 10100 11100100 110111 111001

Color Harmonies of #546DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DCD

Black with #546DCD

Text Example


Text Example

White with #546DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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