Html Css Color HEX #545CDA Royal Blue

📋 copy color: '#545CDA'

red 84 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #545CDA

Tints of Royal Blue #545CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

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

R = 21.32%
G = 23.35%
B = 55.33%

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

#545CDA (or 0x545CDA) is known color: Royal Blue. HEX triplet: 54, 5C and DA. RGB value is (84,92,218). Sum of RGB (Red+Green+Blue) = 84+92+218=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #545CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CDA is #ABA325. Grayscale: #676767. Windows color (decimal): -11248422 or 14310484. OLE color: 14310484.

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

Color convert

RGB 84 92 218 -
CMYK 0.61 0.58 0 0.15
HSL 236.42º 0.64% 0.59% -
HSV(B) 236.42º 0.61% 0.85% -
XYZ 20.14 14.6 68.09 -
YUV 103.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 84 92 218 0.61 0.58 0 0.15 236.42 0.64 0.59
Hex 54 5C DA 3D 3A 0 F EC 40 3B
Octal 124 134 332 75 72 0 17 354 100 73
Binary 1010100 1011100 11011010 111101 111010 0 1111 11101100 1000000 111011

Color Harmonies of #545CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545CDA

Black with #545CDA

Text Example


Text Example

White with #545CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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