Html Css Color HEX #546ECB Royal Blue

📋 copy color: '#546ECB'

red 84 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #546ECB

Tints of Royal Blue #546ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 21.16%
G = 27.71%
B = 51.13%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#546ECB (or 0x546ECB) is known color: Royal Blue. HEX triplet: 54, 6E and CB. RGB value is (84,110,203). Sum of RGB (Red+Green+Blue) = 84+110+203=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #546ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECB is #AB9134. Grayscale: #707070. Windows color (decimal): -11243829 or 13332052. OLE color: 13332052.

HSL color Cylindrical-coordinate representation of color #546ECB: hue angle of 226.89º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546ECB is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 110 203 -
CMYK 0.59 0.46 0 0.20
HSL 226.89º 0.53% 0.56% -
HSV(B) 226.89º 0.59% 0.8% -
XYZ 20.01 17.35 58.79 -
YUV 112.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 84 110 203 0.59 0.46 0 0.20 226.89 0.53 0.56
Hex 54 6E CB 3B 2E 0 14 E3 35 38
Octal 124 156 313 73 56 0 24 343 65 70
Binary 1010100 1101110 11001011 111011 101110 0 10100 11100011 110101 111000

Color Harmonies of #546ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ECB

Black with #546ECB

Text Example


Text Example

White with #546ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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