Html Css Color HEX #545EDC Royal Blue

📋 copy color: '#545EDC'

red 84 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #545EDC

Tints of Royal Blue #545EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 21.11%
G = 23.62%
B = 55.28%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#545EDC (or 0x545EDC) is known color: Royal Blue. HEX triplet: 54, 5E and DC. RGB value is (84,94,220). Sum of RGB (Red+Green+Blue) = 84+94+220=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #545EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDC is #ABA123. Grayscale: #686868. Windows color (decimal): -11247908 or 14442068. OLE color: 14442068.

HSL color Cylindrical-coordinate representation of color #545EDC: hue angle of 235.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545EDC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 94 220 -
CMYK 0.62 0.57 0 0.14
HSL 235.59º 0.66% 0.6% -
HSV(B) 235.59º 0.62% 0.86% -
XYZ 20.58 15.06 69.53 -
YUV 105.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 84 94 220 0.62 0.57 0 0.14 235.59 0.66 0.6
Hex 54 5E DC 3E 39 0 E EC 42 3C
Octal 124 136 334 76 71 0 16 354 102 74
Binary 1010100 1011110 11011100 111110 111001 0 1110 11101100 1000010 111100

Color Harmonies of #545EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545EDC

Black with #545EDC

Text Example


Text Example

White with #545EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,94,220); }

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

background-color css

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

 a { background-color: rgb(84,94,220); }

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

border-color css

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

 span { border-color: rgb(84,94,220); }

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