Html Css Color HEX #546FDB Royal Blue

📋 copy color: '#546FDB'

red 84 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #546FDB

Tints of Royal Blue #546FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 20.29%
G = 26.81%
B = 52.9%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#546FDB (or 0x546FDB) is known color: Royal Blue. HEX triplet: 54, 6F and DB. RGB value is (84,111,219). Sum of RGB (Red+Green+Blue) = 84+111+219=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #546FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FDB is #AB9024. Grayscale: #727272. Windows color (decimal): -11243557 or 14380884. OLE color: 14380884.

HSL color Cylindrical-coordinate representation of color #546FDB: hue angle of 228º 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 #546FDB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 111 219 -
CMYK 0.62 0.49 0 0.14
HSL 228º 0.65% 0.59% -
HSV(B) 228º 0.62% 0.86% -
XYZ 22.13 18.37 69.4 -
YUV 115.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 84 111 219 0.62 0.49 0 0.14 228 0.65 0.59
Hex 54 6F DB 3E 31 0 E E4 41 3B
Octal 124 157 333 76 61 0 16 344 101 73
Binary 1010100 1101111 11011011 111110 110001 0 1110 11100100 1000001 111011

Color Harmonies of #546FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FDB

Black with #546FDB

Text Example


Text Example

White with #546FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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