Html Css Color HEX #546CDD Royal Blue

📋 copy color: '#546CDD'

red 84 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #546CDD

Tints of Royal Blue #546CDD

RGB

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

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

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

R = 20.34%
G = 26.15%
B = 53.51%

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

#546CDD (or 0x546CDD) is known color: Royal Blue. HEX triplet: 54, 6C and DD. RGB value is (84,108,221). Sum of RGB (Red+Green+Blue) = 84+108+221=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #546CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CDD is #AB9322. Grayscale: #717171. Windows color (decimal): -11244323 or 14511188. OLE color: 14511188.

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

Color convert

RGB 84 108 221 -
CMYK 0.62 0.51 0 0.13
HSL 229.49º 0.67% 0.6% -
HSV(B) 229.49º 0.62% 0.87% -
XYZ 22.07 17.83 70.69 -
YUV 113.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 84 108 221 0.62 0.51 0 0.13 229.49 0.67 0.6
Hex 54 6C DD 3E 33 0 D E5 43 3C
Octal 124 154 335 76 63 0 15 345 103 74
Binary 1010100 1101100 11011101 111110 110011 0 1101 11100101 1000011 111100

Color Harmonies of #546CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546CDD

Black with #546CDD

Text Example


Text Example

White with #546CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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