Html Css Color HEX #546EED Royal Blue

📋 copy color: '#546EED'

red 84 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #546EED

Tints of Royal Blue #546EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 19.49%
G = 25.52%
B = 54.99%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#546EED (or 0x546EED) is known color: Royal Blue. HEX triplet: 54, 6E and ED. RGB value is (84,110,237). Sum of RGB (Red+Green+Blue) = 84+110+237=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #546EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546EED is #AB9112. Grayscale: #747474. Windows color (decimal): -11243795 or 15560276. OLE color: 15560276.

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

Color convert

RGB 84 110 237 -
CMYK 0.65 0.54 0 0.07
HSL 229.8º 0.81% 0.63% -
HSV(B) 229.8º 0.65% 0.93% -
XYZ 24.52 19.15 82.53 -
YUV 116.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 84 110 237 0.65 0.54 0 0.07 229.8 0.81 0.63
Hex 54 6E ED 41 36 0 7 E6 51 3F
Octal 124 156 355 101 66 0 7 346 121 77
Binary 1010100 1101110 11101101 1000001 110110 0 111 11100110 1010001 111111

Color Harmonies of #546EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546EED

Black with #546EED

Text Example


Text Example

White with #546EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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