Html Css Color HEX #546DDD Royal Blue

📋 copy color: '#546DDD'

red 84 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #546DDD

Tints of Royal Blue #546DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 20.29%
G = 26.33%
B = 53.38%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#546DDD (or 0x546DDD) is known color: Royal Blue. HEX triplet: 54, 6D and DD. RGB value is (84,109,221). Sum of RGB (Red+Green+Blue) = 84+109+221=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #546DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DDD is #AB9222. Grayscale: #717171. Windows color (decimal): -11244067 or 14511444. OLE color: 14511444.

HSL color Cylindrical-coordinate representation of color #546DDD: hue angle of 229.05º degrees, saturation: 0.67, 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 #546DDD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 109 221 -
CMYK 0.62 0.51 0 0.13
HSL 229.05º 0.67% 0.6% -
HSV(B) 229.05º 0.62% 0.87% -
XYZ 22.18 18.04 70.72 -
YUV 114.29 188.22 106.39 -
System Red Green Blue C M Y K H S L
Decimal 84 109 221 0.62 0.51 0 0.13 229.05 0.67 0.6
Hex 54 6D DD 3E 33 0 D E5 43 3C
Octal 124 155 335 76 63 0 15 345 103 74
Binary 1010100 1101101 11011101 111110 110011 0 1101 11100101 1000011 111100

Color Harmonies of #546DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DDD

Black with #546DDD

Text Example


Text Example

White with #546DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,109,221); }

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

background-color css

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

 a { background-color: rgb(84,109,221); }

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

border-color css

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

 span { border-color: rgb(84,109,221); }

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