Html Css Color HEX #546AD0 Royal Blue

📋 copy color: '#546AD0'

red 84 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #546AD0

Tints of Royal Blue #546AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 21.11%
G = 26.63%
B = 52.26%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#546AD0 (or 0x546AD0) is known color: Royal Blue. HEX triplet: 54, 6A and D0. RGB value is (84,106,208). Sum of RGB (Red+Green+Blue) = 84+106+208=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #546AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AD0 is #AB952F. Grayscale: #6E6E6E. Windows color (decimal): -11244848 or 13658708. OLE color: 13658708.

HSL color Cylindrical-coordinate representation of color #546AD0: hue angle of 229.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546AD0 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 106 208 -
CMYK 0.60 0.49 0 0.18
HSL 229.35º 0.57% 0.57% -
HSV(B) 229.35º 0.6% 0.82% -
XYZ 20.2 16.75 61.84 -
YUV 111.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 84 106 208 0.60 0.49 0 0.18 229.35 0.57 0.57
Hex 54 6A D0 3C 31 0 12 E5 39 39
Octal 124 152 320 74 61 0 22 345 71 71
Binary 1010100 1101010 11010000 111100 110001 0 10010 11100101 111001 111001

Color Harmonies of #546AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546AD0

Black with #546AD0

Text Example


Text Example

White with #546AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,106,208); }

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

background-color css

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

 a { background-color: rgb(84,106,208); }

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

border-color css

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

 span { border-color: rgb(84,106,208); }

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