Html Css Color HEX #546CF5 Royal Blue

📋 copy color: '#546CF5'

red 84 ◦ green 108 ◦ blue 245

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

Shades of Royal Blue #546CF5

Tints of Royal Blue #546CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

 BLUE value IS 245 (96.09% from 255) = 56.06%

R = 19.22%
G = 24.71%
B = 56.06%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#546CF5 (or 0x546CF5) is known color: Royal Blue. HEX triplet: 54, 6C and F5. RGB value is (84,108,245). Sum of RGB (Red+Green+Blue) = 84+108+245=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #546CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CF5 is #AB930A. Grayscale: #737373. Windows color (decimal): -11244299 or 16084052. OLE color: 16084052.

HSL color Cylindrical-coordinate representation of color #546CF5: hue angle of 231.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546CF5 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 108 245 -
CMYK 0.66 0.56 0 0.04
HSL 231.06º 0.89% 0.65% -
HSV(B) 231.06º 0.66% 0.96% -
XYZ 25.5 19.2 88.75 -
YUV 116.44 200.55 104.86 -
System Red Green Blue C M Y K H S L
Decimal 84 108 245 0.66 0.56 0 0.04 231.06 0.89 0.65
Hex 54 6C F5 42 38 0 4 E7 59 41
Octal 124 154 365 102 70 0 4 347 131 101
Binary 1010100 1101100 11110101 1000010 111000 0 100 11100111 1011001 1000001

Color Harmonies of #546CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CF5

Black with #546CF5

Text Example


Text Example

White with #546CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,108,245); }

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

background-color css

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

 a { background-color: rgb(84,108,245); }

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

border-color css

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

 span { border-color: rgb(84,108,245); }

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