Html Css Color HEX #546BDF Royal Blue

📋 copy color: '#546BDF'

red 84 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #546BDF

Tints of Royal Blue #546BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 20.29%
G = 25.85%
B = 53.86%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#546BDF (or 0x546BDF) is known color: Royal Blue. HEX triplet: 54, 6B and DF. RGB value is (84,107,223). Sum of RGB (Red+Green+Blue) = 84+107+223=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #546BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BDF is #AB9420. Grayscale: #707070. Windows color (decimal): -11244577 or 14642004. OLE color: 14642004.

HSL color Cylindrical-coordinate representation of color #546BDF: hue angle of 230.07º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546BDF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 107 223 -
CMYK 0.62 0.52 0 0.13
HSL 230.07º 0.68% 0.6% -
HSV(B) 230.07º 0.62% 0.87% -
XYZ 22.23 17.73 72.06 -
YUV 113.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 84 107 223 0.62 0.52 0 0.13 230.07 0.68 0.6
Hex 54 6B DF 3E 34 0 D E6 44 3C
Octal 124 153 337 76 64 0 15 346 104 74
Binary 1010100 1101011 11011111 111110 110100 0 1101 11100110 1000100 111100

Color Harmonies of #546BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546BDF

Black with #546BDF

Text Example


Text Example

White with #546BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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