Html Css Color HEX #546FDD Royal Blue

📋 copy color: '#546FDD'

red 84 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #546FDD

Tints of Royal Blue #546FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

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

R = 20.19%
G = 26.68%
B = 53.13%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#546FDD (or 0x546FDD) is known color: Royal Blue. HEX triplet: 54, 6F and DD. RGB value is (84,111,221). Sum of RGB (Red+Green+Blue) = 84+111+221=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #546FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FDD is #AB9022. Grayscale: #737373. Windows color (decimal): -11243555 or 14511956. OLE color: 14511956.

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

Color convert

RGB 84 111 221 -
CMYK 0.62 0.50 0 0.13
HSL 228.18º 0.67% 0.6% -
HSV(B) 228.18º 0.62% 0.87% -
XYZ 22.39 18.47 70.79 -
YUV 115.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 84 111 221 0.62 0.50 0 0.13 228.18 0.67 0.6
Hex 54 6F DD 3E 32 0 D E4 43 3C
Octal 124 157 335 76 62 0 15 344 103 74
Binary 1010100 1101111 11011101 111110 110010 0 1101 11100100 1000011 111100

Color Harmonies of #546FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FDD

Black with #546FDD

Text Example


Text Example

White with #546FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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