Html Css Color HEX #546ADF Royal Blue

📋 copy color: '#546ADF'

red 84 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #546ADF

Tints of Royal Blue #546ADF

RGB

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

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

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

R = 20.34%
G = 25.67%
B = 54%

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

#546ADF (or 0x546ADF) is known color: Royal Blue. HEX triplet: 54, 6A and DF. RGB value is (84,106,223). Sum of RGB (Red+Green+Blue) = 84+106+223=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #546ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADF is #AB9520. Grayscale: #707070. Windows color (decimal): -11244833 or 14641748. OLE color: 14641748.

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

Color convert

RGB 84 106 223 -
CMYK 0.62 0.52 0 0.13
HSL 230.5º 0.68% 0.6% -
HSV(B) 230.5º 0.62% 0.87% -
XYZ 22.13 17.52 72.03 -
YUV 112.76 190.21 107.49 -
System Red Green Blue C M Y K H S L
Decimal 84 106 223 0.62 0.52 0 0.13 230.5 0.68 0.6
Hex 54 6A DF 3E 34 0 D E7 44 3C
Octal 124 152 337 76 64 0 15 347 104 74
Binary 1010100 1101010 11011111 111110 110100 0 1101 11100111 1000100 111100

Color Harmonies of #546ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546ADF

Black with #546ADF

Text Example


Text Example

White with #546ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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