Html Css Color HEX #546DDB Royal Blue

📋 copy color: '#546DDB'

red 84 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #546DDB

Tints of Royal Blue #546DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 20.39%
G = 26.46%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#546DDB (or 0x546DDB) is known color: Royal Blue. HEX triplet: 54, 6D and DB. RGB value is (84,109,219). Sum of RGB (Red+Green+Blue) = 84+109+219=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #546DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DDB is #AB9224. Grayscale: #717171. Windows color (decimal): -11244069 or 14380372. OLE color: 14380372.

HSL color Cylindrical-coordinate representation of color #546DDB: hue angle of 228.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546DDB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 109 219 -
CMYK 0.62 0.50 0 0.14
HSL 228.89º 0.65% 0.59% -
HSV(B) 228.89º 0.62% 0.86% -
XYZ 21.91 17.94 69.33 -
YUV 114.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 84 109 219 0.62 0.50 0 0.14 228.89 0.65 0.59
Hex 54 6D DB 3E 32 0 E E5 41 3B
Octal 124 155 333 76 62 0 16 345 101 73
Binary 1010100 1101101 11011011 111110 110010 0 1110 11100101 1000001 111011

Color Harmonies of #546DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DDB

Black with #546DDB

Text Example


Text Example

White with #546DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,109,219); }

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

background-color css

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

 a { background-color: rgb(84,109,219); }

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

border-color css

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

 span { border-color: rgb(84,109,219); }

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