Html Css Color HEX #545BDE Royal Blue

📋 copy color: '#545BDE'

red 84 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #545BDE

Tints of Royal Blue #545BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 21.16%
G = 22.92%
B = 55.92%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#545BDE (or 0x545BDE) is known color: Royal Blue. HEX triplet: 54, 5B and DE. RGB value is (84,91,222). Sum of RGB (Red+Green+Blue) = 84+91+222=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #545BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BDE is #ABA421. Grayscale: #676767. Windows color (decimal): -11248674 or 14572372. OLE color: 14572372.

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

Color convert

RGB 84 91 222 -
CMYK 0.62 0.59 0 0.13
HSL 236.96º 0.68% 0.6% -
HSV(B) 236.96º 0.62% 0.87% -
XYZ 20.58 14.64 70.85 -
YUV 103.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 84 91 222 0.62 0.59 0 0.13 236.96 0.68 0.6
Hex 54 5B DE 3E 3B 0 D ED 44 3C
Octal 124 133 336 76 73 0 15 355 104 74
Binary 1010100 1011011 11011110 111110 111011 0 1101 11101101 1000100 111100

Color Harmonies of #545BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545BDE

Black with #545BDE

Text Example


Text Example

White with #545BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545BDE; }

 p { color: rgb(84,91,222); }

 H1.HeaderClassName
 {
   color: #545BDE;
 }
 .AnyTagClassName
 {
   color: #545BDE;
 }
</style>

background-color css

<style>
 a { background-color: #545BDE; }

 a { background-color: rgb(84,91,222); }

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

border-color css

<style>
 span { border-color: #545BDE; }

 span { border-color: rgb(84,91,222); }

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