Html Css Color HEX #546ADA Royal Blue

📋 copy color: '#546ADA'

red 84 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #546ADA

Tints of Royal Blue #546ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 20.59%
G = 25.98%
B = 53.43%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#546ADA (or 0x546ADA) is known color: Royal Blue. HEX triplet: 54, 6A and DA. RGB value is (84,106,218). Sum of RGB (Red+Green+Blue) = 84+106+218=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #546ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADA is #AB9525. Grayscale: #6F6F6F. Windows color (decimal): -11244838 or 14314068. OLE color: 14314068.

HSL color Cylindrical-coordinate representation of color #546ADA: hue angle of 230.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #546ADA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 106 218 -
CMYK 0.61 0.51 0 0.15
HSL 230.15º 0.64% 0.59% -
HSV(B) 230.15º 0.61% 0.85% -
XYZ 21.47 17.25 68.53 -
YUV 112.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 84 106 218 0.61 0.51 0 0.15 230.15 0.64 0.59
Hex 54 6A DA 3D 33 0 F E6 40 3B
Octal 124 152 332 75 63 0 17 346 100 73
Binary 1010100 1101010 11011010 111101 110011 0 1111 11100110 1000000 111011

Color Harmonies of #546ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ADA

Black with #546ADA

Text Example


Text Example

White with #546ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,106,218); }

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

background-color css

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

 a { background-color: rgb(84,106,218); }

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

border-color css

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

 span { border-color: rgb(84,106,218); }

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