Html Css Color HEX #546ED4 Royal Blue

📋 copy color: '#546ED4'

red 84 ◦ green 110 ◦ blue 212

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

Shades of Royal Blue #546ED4

Tints of Royal Blue #546ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 212 (83.2% from 255) = 52.22%

R = 20.69%
G = 27.09%
B = 52.22%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#546ED4 (or 0x546ED4) is known color: Royal Blue. HEX triplet: 54, 6E and D4. RGB value is (84,110,212). Sum of RGB (Red+Green+Blue) = 84+110+212=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #546ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ED4 is #AB912B. Grayscale: #717171. Windows color (decimal): -11243820 or 13921876. OLE color: 13921876.

HSL color Cylindrical-coordinate representation of color #546ED4: hue angle of 227.81º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546ED4 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 84 110 212 -
CMYK 0.60 0.48 0 0.17
HSL 227.81º 0.6% 0.58% -
HSV(B) 227.81º 0.6% 0.83% -
XYZ 21.12 17.79 64.61 -
YUV 113.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 84 110 212 0.60 0.48 0 0.17 227.81 0.6 0.58
Hex 54 6E D4 3C 30 0 11 E4 3C 3A
Octal 124 156 324 74 60 0 21 344 74 72
Binary 1010100 1101110 11010100 111100 110000 0 10001 11100100 111100 111010

Color Harmonies of #546ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ED4

Black with #546ED4

Text Example


Text Example

White with #546ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,110,212); }

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

background-color css

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

 a { background-color: rgb(84,110,212); }

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

border-color css

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

 span { border-color: rgb(84,110,212); }

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