Html Css Color HEX #546FEC Royal Blue

📋 copy color: '#546FEC'

red 84 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #546FEC

Tints of Royal Blue #546FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 19.49%
G = 25.75%
B = 54.76%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#546FEC (or 0x546FEC) is known color: Royal Blue. HEX triplet: 54, 6F and EC. RGB value is (84,111,236). Sum of RGB (Red+Green+Blue) = 84+111+236=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #546FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FEC is #AB9013. Grayscale: #747474. Windows color (decimal): -11243540 or 15494996. OLE color: 15494996.

HSL color Cylindrical-coordinate representation of color #546FEC: hue angle of 229.34º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546FEC is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 111 236 -
CMYK 0.64 0.53 0 0.07
HSL 229.34º 0.8% 0.63% -
HSV(B) 229.34º 0.64% 0.93% -
XYZ 24.48 19.31 81.79 -
YUV 117.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 84 111 236 0.64 0.53 0 0.07 229.34 0.8 0.63
Hex 54 6F EC 40 35 0 7 E5 50 3F
Octal 124 157 354 100 65 0 7 345 120 77
Binary 1010100 1101111 11101100 1000000 110101 0 111 11100101 1010000 111111

Color Harmonies of #546FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FEC

Black with #546FEC

Text Example


Text Example

White with #546FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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