Html Css Color HEX #546FD2 Royal Blue

📋 copy color: '#546FD2'

red 84 ◦ green 111 ◦ blue 210

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

Shades of Royal Blue #546FD2

Tints of Royal Blue #546FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.85%

R = 20.74%
G = 27.41%
B = 51.85%

CMYK

 C value IS 0.6

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#546FD2 (or 0x546FD2) is known color: Royal Blue. HEX triplet: 54, 6F and D2. RGB value is (84,111,210). Sum of RGB (Red+Green+Blue) = 84+111+210=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #546FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FD2 is #AB902D. Grayscale: #717171. Windows color (decimal): -11243566 or 13791060. OLE color: 13791060.

HSL color Cylindrical-coordinate representation of color #546FD2: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546FD2 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 111 210 -
CMYK 0.6 0.47 0 0.18
HSL 227.14º 0.58% 0.58% -
HSV(B) 227.14º 0.6% 0.82% -
XYZ 20.97 17.91 63.32 -
YUV 114.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 84 111 210 0.6 0.47 0 0.18 227.14 0.58 0.58
Hex 54 6F D2 3C 2F 0 12 E3 3A 3A
Octal 124 157 322 74 57 0 22 343 72 72
Binary 1010100 1101111 11010010 111100 101111 0 10010 11100011 111010 111010

Color Harmonies of #546FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FD2

Black with #546FD2

Text Example


Text Example

White with #546FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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