Html Css Color HEX #546CEC Royal Blue

📋 copy color: '#546CEC'

red 84 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #546CEC

Tints of Royal Blue #546CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.23%

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

R = 19.63%
G = 25.23%
B = 55.14%

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

#546CEC (or 0x546CEC) is known color: Royal Blue. HEX triplet: 54, 6C and EC. RGB value is (84,108,236). Sum of RGB (Red+Green+Blue) = 84+108+236=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #546CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CEC is #AB9313. Grayscale: #727272. Windows color (decimal): -11244308 or 15494228. OLE color: 15494228.

HSL color Cylindrical-coordinate representation of color #546CEC: hue angle of 230.53º 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 #546CEC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 108 236 -
CMYK 0.64 0.54 0 0.07
HSL 230.53º 0.8% 0.63% -
HSV(B) 230.53º 0.64% 0.93% -
XYZ 24.16 18.67 81.69 -
YUV 115.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 84 108 236 0.64 0.54 0 0.07 230.53 0.8 0.63
Hex 54 6C EC 40 36 0 7 E7 50 3F
Octal 124 154 354 100 66 0 7 347 120 77
Binary 1010100 1101100 11101100 1000000 110110 0 111 11100111 1010000 111111

Color Harmonies of #546CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CEC

Black with #546CEC

Text Example


Text Example

White with #546CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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