Html Css Color HEX #546CEB Royal Blue

📋 copy color: '#546CEB'

red 84 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #546CEB

Tints of Royal Blue #546CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 19.67%
G = 25.29%
B = 55.04%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#546CEB (or 0x546CEB) is known color: Royal Blue. HEX triplet: 54, 6C and EB. RGB value is (84,108,235). Sum of RGB (Red+Green+Blue) = 84+108+235=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #546CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CEB is #AB9314. Grayscale: #727272. Windows color (decimal): -11244309 or 15428692. OLE color: 15428692.

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

Color convert

RGB 84 108 235 -
CMYK 0.64 0.54 0 0.08
HSL 230.46º 0.79% 0.63% -
HSV(B) 230.46º 0.64% 0.92% -
XYZ 24.01 18.61 80.92 -
YUV 115.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 84 108 235 0.64 0.54 0 0.08 230.46 0.79 0.63
Hex 54 6C EB 40 36 0 8 E6 4F 3F
Octal 124 154 353 100 66 0 10 346 117 77
Binary 1010100 1101100 11101011 1000000 110110 0 1000 11100110 1001111 111111

Color Harmonies of #546CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CEB

Black with #546CEB

Text Example


Text Example

White with #546CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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