Html Css Color HEX #546CCF Royal Blue

📋 copy color: '#546CCF'

red 84 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #546CCF

Tints of Royal Blue #546CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 21.05%
G = 27.07%
B = 51.88%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#546CCF (or 0x546CCF) is known color: Royal Blue. HEX triplet: 54, 6C and CF. RGB value is (84,108,207). Sum of RGB (Red+Green+Blue) = 84+108+207=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #546CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CCF is #AB9330. Grayscale: #6F6F6F. Windows color (decimal): -11244337 or 13593684. OLE color: 13593684.

HSL color Cylindrical-coordinate representation of color #546CCF: hue angle of 228.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546CCF is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 108 207 -
CMYK 0.59 0.48 0 0.19
HSL 228.29º 0.56% 0.57% -
HSV(B) 228.29º 0.59% 0.81% -
XYZ 20.28 17.11 61.27 -
YUV 112.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 84 108 207 0.59 0.48 0 0.19 228.29 0.56 0.57
Hex 54 6C CF 3B 30 0 13 E4 38 39
Octal 124 154 317 73 60 0 23 344 70 71
Binary 1010100 1101100 11001111 111011 110000 0 10011 11100100 111000 111001

Color Harmonies of #546CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CCF

Black with #546CCF

Text Example


Text Example

White with #546CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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