Html Css Color HEX #546BEE Royal Blue

📋 copy color: '#546BEE'

red 84 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #546BEE

Tints of Royal Blue #546BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 19.58%
G = 24.94%
B = 55.48%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#546BEE (or 0x546BEE) is known color: Royal Blue. HEX triplet: 54, 6B and EE. RGB value is (84,107,238). Sum of RGB (Red+Green+Blue) = 84+107+238=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #546BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546BEE is #AB9411. Grayscale: #727272. Windows color (decimal): -11244562 or 15625044. OLE color: 15625044.

HSL color Cylindrical-coordinate representation of color #546BEE: hue angle of 231.04º degrees, saturation: 0.82, 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 #546BEE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 107 238 -
CMYK 0.65 0.55 0 0.07
HSL 231.04º 0.82% 0.63% -
HSV(B) 231.04º 0.65% 0.93% -
XYZ 24.35 18.57 83.19 -
YUV 115.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 84 107 238 0.65 0.55 0 0.07 231.04 0.82 0.63
Hex 54 6B EE 41 37 0 7 E7 52 3F
Octal 124 153 356 101 67 0 7 347 122 77
Binary 1010100 1101011 11101110 1000001 110111 0 111 11100111 1010010 111111

Color Harmonies of #546BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546BEE

Black with #546BEE

Text Example


Text Example

White with #546BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,107,238); }

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

background-color css

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

 a { background-color: rgb(84,107,238); }

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

border-color css

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

 span { border-color: rgb(84,107,238); }

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