Html Css Color HEX #545BDA Royal Blue

📋 copy color: '#545BDA'

red 84 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #545BDA

Tints of Royal Blue #545BDA

RGB

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

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

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

R = 21.37%
G = 23.16%
B = 55.47%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#545BDA (or 0x545BDA) is known color: Royal Blue. HEX triplet: 54, 5B and DA. RGB value is (84,91,218). Sum of RGB (Red+Green+Blue) = 84+91+218=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #545BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BDA is #ABA425. Grayscale: #666666. Windows color (decimal): -11248678 or 14310228. OLE color: 14310228.

HSL color Cylindrical-coordinate representation of color #545BDA: hue angle of 236.87º 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 #545BDA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 91 218 -
CMYK 0.61 0.58 0 0.15
HSL 236.87º 0.64% 0.59% -
HSV(B) 236.87º 0.61% 0.85% -
XYZ 20.05 14.43 68.06 -
YUV 103.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 84 91 218 0.61 0.58 0 0.15 236.87 0.64 0.59
Hex 54 5B DA 3D 3A 0 F ED 40 3B
Octal 124 133 332 75 72 0 17 355 100 73
Binary 1010100 1011011 11011010 111101 111010 0 1111 11101101 1000000 111011

Color Harmonies of #545BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545BDA

Black with #545BDA

Text Example


Text Example

White with #545BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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