Html Css Color HEX #546FD0 Royal Blue

📋 copy color: '#546FD0'

red 84 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #546FD0

Tints of Royal Blue #546FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 20.84%
G = 27.54%
B = 51.61%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#546FD0 (or 0x546FD0) is known color: Royal Blue. HEX triplet: 54, 6F and D0. RGB value is (84,111,208). Sum of RGB (Red+Green+Blue) = 84+111+208=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #546FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FD0 is #AB902F. Grayscale: #717171. Windows color (decimal): -11243568 or 13659988. OLE color: 13659988.

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

Color convert

RGB 84 111 208 -
CMYK 0.60 0.47 0 0.18
HSL 226.94º 0.57% 0.57% -
HSV(B) 226.94º 0.6% 0.82% -
XYZ 20.73 17.81 62.02 -
YUV 113.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 84 111 208 0.60 0.47 0 0.18 226.94 0.57 0.57
Hex 54 6F D0 3C 2F 0 12 E3 39 39
Octal 124 157 320 74 57 0 22 343 71 71
Binary 1010100 1101111 11010000 111100 101111 0 10010 11100011 111001 111001

Color Harmonies of #546FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FD0

Black with #546FD0

Text Example


Text Example

White with #546FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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