Html Css Color HEX #546FE7 Royal Blue

📋 copy color: '#546FE7'

red 84 ◦ green 111 ◦ blue 231

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

Shades of Royal Blue #546FE7

Tints of Royal Blue #546FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.23%

R = 19.72%
G = 26.06%
B = 54.23%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#546FE7 (or 0x546FE7) is known color: Royal Blue. HEX triplet: 54, 6F and E7. RGB value is (84,111,231). Sum of RGB (Red+Green+Blue) = 84+111+231=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #546FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FE7 is #AB9018. Grayscale: #747474. Windows color (decimal): -11243545 or 15167316. OLE color: 15167316.

HSL color Cylindrical-coordinate representation of color #546FE7: hue angle of 228.98º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546FE7 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 111 231 -
CMYK 0.64 0.52 0 0.09
HSL 228.98º 0.75% 0.62% -
HSV(B) 228.98º 0.64% 0.91% -
XYZ 23.76 19.02 78.02 -
YUV 116.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 84 111 231 0.64 0.52 0 0.09 228.98 0.75 0.62
Hex 54 6F E7 40 34 0 9 E5 4B 3E
Octal 124 157 347 100 64 0 11 345 113 76
Binary 1010100 1101111 11100111 1000000 110100 0 1001 11100101 1001011 111110

Color Harmonies of #546FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FE7

Black with #546FE7

Text Example


Text Example

White with #546FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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