Html Css Color HEX #546DEC Royal Blue

📋 copy color: '#546DEC'

red 84 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #546DEC

Tints of Royal Blue #546DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 19.58%
G = 25.41%
B = 55.01%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#546DEC (or 0x546DEC) is known color: Royal Blue. HEX triplet: 54, 6D and EC. RGB value is (84,109,236). Sum of RGB (Red+Green+Blue) = 84+109+236=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #546DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546DEC is #AB9213. Grayscale: #737373. Windows color (decimal): -11244052 or 15494484. OLE color: 15494484.

HSL color Cylindrical-coordinate representation of color #546DEC: hue angle of 230.13º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546DEC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 109 236 -
CMYK 0.64 0.54 0 0.07
HSL 230.13º 0.8% 0.63% -
HSV(B) 230.13º 0.64% 0.93% -
XYZ 24.27 18.88 81.72 -
YUV 116 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 84 109 236 0.64 0.54 0 0.07 230.13 0.8 0.63
Hex 54 6D EC 40 36 0 7 E6 50 3F
Octal 124 155 354 100 66 0 7 346 120 77
Binary 1010100 1101101 11101100 1000000 110110 0 111 11100110 1010000 111111

Color Harmonies of #546DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DEC

Black with #546DEC

Text Example


Text Example

White with #546DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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