Html Css Color HEX #546BED Royal Blue

📋 copy color: '#546BED'

red 84 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #546BED

Tints of Royal Blue #546BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 19.63%
G = 25%
B = 55.37%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#546BED (or 0x546BED) is known color: Royal Blue. HEX triplet: 54, 6B and ED. RGB value is (84,107,237). Sum of RGB (Red+Green+Blue) = 84+107+237=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #546BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546BED is #AB9412. Grayscale: #727272. Windows color (decimal): -11244563 or 15559508. OLE color: 15559508.

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

Color convert

RGB 84 107 237 -
CMYK 0.65 0.55 0 0.07
HSL 230.98º 0.81% 0.63% -
HSV(B) 230.98º 0.65% 0.93% -
XYZ 24.2 18.51 82.42 -
YUV 114.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 84 107 237 0.65 0.55 0 0.07 230.98 0.81 0.63
Hex 54 6B ED 41 37 0 7 E7 51 3F
Octal 124 153 355 101 67 0 7 347 121 77
Binary 1010100 1101011 11101101 1000001 110111 0 111 11100111 1010001 111111

Color Harmonies of #546BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546BED

Black with #546BED

Text Example


Text Example

White with #546BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,107,237); }

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

background-color css

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

 a { background-color: rgb(84,107,237); }

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

border-color css

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

 span { border-color: rgb(84,107,237); }

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